Html Css Color HEX #64DFDD Turquoise Blue

📋 copy color: '#64DFDD'

red 100 ◦ green 223 ◦ blue 221

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

Shades of Turquoise Blue #64DFDD

Tints of Turquoise Blue #64DFDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.63%

R = 18.38%
G = 40.99%
B = 40.63%

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

#64DFDD (or 0x64DFDD) is known color: Turquoise Blue. HEX triplet: 64, DF and DD. RGB value is (100,223,221). Sum of RGB (Red+Green+Blue) = 100+223+221=544 (72% of max value = 765). Red value is 100 (39.45% from 255 or 18.38% from 544); Green value is 223 (87.5% from 255 or 40.99% from 544); Blue value is 221 (86.72% from 255 or 40.62% from 544); Max value from RGB is 223 - color contains mainly: green. Hex color #64DFDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64DFDD is #9B2022. Grayscale: #B9B9B9. Windows color (decimal): -10166307 or 14540644. OLE color: 14540644.

HSL color Cylindrical-coordinate representation of color #64DFDD: hue angle of 179.02º 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 #64DFDD is Cyan = 0.55, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 100 223 221 -
CMYK 0.55 0 0.01 0.13
HSL 179.02º 0.66% 0.63% -
HSV(B) 179.02º 0.55% 0.87% -
XYZ 44.69 60.71 77.77 -
YUV 186 147.75 66.66 -
System Red Green Blue C M Y K H S L
Decimal 100 223 221 0.55 0 0.01 0.13 179.02 0.66 0.63
Hex 64 DF DD 37 0 1 D B3 42 3F
Octal 144 337 335 67 0 1 15 263 102 77
Binary 1100100 11011111 11011101 110111 0 1 1101 10110011 1000010 111111

Color Harmonies of #64DFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64DFDD

Black with #64DFDD

Text Example


Text Example

White with #64DFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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