Html Css Color HEX #65E8F3 Turquoise Blue

📋 copy color: '#65E8F3'

red 101 ◦ green 232 ◦ blue 243

#65E8F3
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise Blue #65E8F3

Tints of Turquoise Blue #65E8F3

RGB

 RED value IS 101 (39.84% from 255) = 17.53%

 GREEN value IS 232 (91.02% from 255) = 40.28%

 BLUE value IS 243 (95.31% from 255) = 42.19%

R = 17.53%
G = 40.28%
B = 42.19%

CMYK

 C value IS 0.58

 M value IS 0.05

 Y value IS 0

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#65E8F3 (or 0x65E8F3) is known color: Turquoise Blue. HEX triplet: 65, E8 and F3. RGB value is (101,232,243). Sum of RGB (Red+Green+Blue) = 101+232+243=576 (76% of max value = 765). Red value is 101 (39.84% from 255 or 17.53% from 576); Green value is 232 (91.02% from 255 or 40.28% from 576); Blue value is 243 (95.31% from 255 or 42.19% from 576); Max value from RGB is 243 - color contains mainly: blue. Hex color #65E8F3 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #65E8F3 is #9A170C. Grayscale: #C1C1C1. Windows color (decimal): -10098445 or 15984741. OLE color: 15984741.

HSL color Cylindrical-coordinate representation of color #65E8F3: hue angle of 184.65º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #65E8F3 is Cyan = 0.58, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 101 232 243 -
CMYK 0.58 0.05 0 0.05
HSL 184.65º 0.86% 0.67% -
HSV(B) 184.65º 0.58% 0.95% -
XYZ 50.4 66.95 95.06 -
YUV 194.09 155.6 61.61 -
System Red Green Blue C M Y K H S L
Decimal 101 232 243 0.58 0.05 0 0.05 184.65 0.86 0.67
Hex 65 E8 F3 3A 5 0 5 B9 56 43
Octal 145 350 363 72 5 0 5 271 126 103
Binary 1100101 11101000 11110011 111010 101 0 101 10111001 1010110 1000011

Color Harmonies of #65E8F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65E8F3

Black with #65E8F3

Text Example


Text Example

White with #65E8F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65E8F3; }

 p { color: rgb(101,232,243); }

 H1.HeaderClassName
 {
   color: #65E8F3;
 }
 .AnyTagClassName
 {
   color: #65E8F3;
 }
</style>

background-color css

<style>
 a { background-color: #65E8F3; }

 a { background-color: rgb(101,232,243); }

 div.DivClassName
 {
   background-color: #65E8F3;
 }
 .BgClassName
 {
   background-color: #65E8F3;
 }
</style>

border-color css

<style>
 span { border-color: #65E8F3; }

 span { border-color: rgb(101,232,243); }

 td.TdClassName
 {
   border-color: #65E8F3;
 }
 .TagClassName
 {
   border-color: #65E8F3;
 }
</style>