Html Css Color HEX #64DFEC Turquoise Blue

📋 copy color: '#64DFEC'

red 100 ◦ green 223 ◦ blue 236

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

Shades of Turquoise Blue #64DFEC

Tints of Turquoise Blue #64DFEC

RGB

 RED value IS 100 (39.45% from 255) = 17.89%

 GREEN value IS 223 (87.5% from 255) = 39.89%

 BLUE value IS 236 (92.58% from 255) = 42.22%

R = 17.89%
G = 39.89%
B = 42.22%

CMYK

 C value IS 0.58

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#64DFEC (or 0x64DFEC) is known color: Turquoise Blue. HEX triplet: 64, DF and EC. RGB value is (100,223,236). Sum of RGB (Red+Green+Blue) = 100+223+236=559 (74% of max value = 765). Red value is 100 (39.45% from 255 or 17.89% from 559); Green value is 223 (87.5% from 255 or 39.89% from 559); Blue value is 236 (92.58% from 255 or 42.22% from 559); Max value from RGB is 236 - color contains mainly: blue. Hex color #64DFEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64DFEC is #9B2013. Grayscale: #BBBBBB. Windows color (decimal): -10166292 or 15523684. OLE color: 15523684.

HSL color Cylindrical-coordinate representation of color #64DFEC: hue angle of 185.74º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #64DFEC is Cyan = 0.58, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 100 223 236 -
CMYK 0.58 0.06 0 0.07
HSL 185.74º 0.78% 0.66% -
HSV(B) 185.74º 0.58% 0.93% -
XYZ 46.78 61.54 88.77 -
YUV 187.71 155.25 65.44 -
System Red Green Blue C M Y K H S L
Decimal 100 223 236 0.58 0.06 0 0.07 185.74 0.78 0.66
Hex 64 DF EC 3A 6 0 7 BA 4E 42
Octal 144 337 354 72 6 0 7 272 116 102
Binary 1100100 11011111 11101100 111010 110 0 111 10111010 1001110 1000010

Color Harmonies of #64DFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64DFEC

Black with #64DFEC

Text Example


Text Example

White with #64DFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64DFEC; }

 p { color: rgb(100,223,236); }

 H1.HeaderClassName
 {
   color: #64DFEC;
 }
 .AnyTagClassName
 {
   color: #64DFEC;
 }
</style>

background-color css

<style>
 a { background-color: #64DFEC; }

 a { background-color: rgb(100,223,236); }

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

border-color css

<style>
 span { border-color: #64DFEC; }

 span { border-color: rgb(100,223,236); }

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