Html Css Color HEX #64DFDC Turquoise Blue

📋 copy color: '#64DFDC'

red 100 ◦ green 223 ◦ blue 220

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

Shades of Turquoise Blue #64DFDC

Tints of Turquoise Blue #64DFDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.52%

R = 18.42%
G = 41.07%
B = 40.52%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#64DFDC (or 0x64DFDC) is known color: Turquoise Blue. HEX triplet: 64, DF and DC. RGB value is (100,223,220). Sum of RGB (Red+Green+Blue) = 100+223+220=543 (71% of max value = 765). Red value is 100 (39.45% from 255 or 18.42% from 543); Green value is 223 (87.5% from 255 or 41.07% from 543); Blue value is 220 (86.33% from 255 or 40.52% from 543); Max value from RGB is 223 - color contains mainly: green. Hex color #64DFDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64DFDC is #9B2023. Grayscale: #B9B9B9. Windows color (decimal): -10166308 or 14475108. OLE color: 14475108.

HSL color Cylindrical-coordinate representation of color #64DFDC: hue angle of 178.54º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #64DFDC is Cyan = 0.55, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 100 223 220 -
CMYK 0.55 0 0.01 0.13
HSL 178.54º 0.66% 0.63% -
HSV(B) 178.54º 0.55% 0.87% -
XYZ 44.56 60.65 77.07 -
YUV 185.88 147.25 66.74 -
System Red Green Blue C M Y K H S L
Decimal 100 223 220 0.55 0 0.01 0.13 178.54 0.66 0.63
Hex 64 DF DC 37 0 1 D B3 42 3F
Octal 144 337 334 67 0 1 15 263 102 77
Binary 1100100 11011111 11011100 110111 0 1 1101 10110011 1000010 111111

Color Harmonies of #64DFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64DFDC

Black with #64DFDC

Text Example


Text Example

White with #64DFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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