Html Css Color HEX #64CFDE Turquoise Blue

📋 copy color: '#64CFDE'

red 100 ◦ green 207 ◦ blue 222

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

Shades of Turquoise Blue #64CFDE

Tints of Turquoise Blue #64CFDE

RGB

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

 GREEN value IS 207 (81.25% from 255) = 39.13%

 BLUE value IS 222 (87.11% from 255) = 41.97%

R = 18.9%
G = 39.13%
B = 41.97%

CMYK

 C value IS 0.55

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#64CFDE (or 0x64CFDE) is known color: Turquoise Blue. HEX triplet: 64, CF and DE. RGB value is (100,207,222). Sum of RGB (Red+Green+Blue) = 100+207+222=529 (70% of max value = 765). Red value is 100 (39.45% from 255 or 18.90% from 529); Green value is 207 (81.25% from 255 or 39.13% from 529); Blue value is 222 (87.11% from 255 or 41.97% from 529); Max value from RGB is 222 - color contains mainly: blue. Hex color #64CFDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64CFDE is #9B3021. Grayscale: #B0B0B0. Windows color (decimal): -10170402 or 14602084. OLE color: 14602084.

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

Color convert

RGB 100 207 222 -
CMYK 0.55 0.07 0 0.13
HSL 187.38º 0.65% 0.63% -
HSV(B) 187.38º 0.55% 0.87% -
XYZ 40.75 52.61 77.11 -
YUV 176.72 153.55 73.28 -
System Red Green Blue C M Y K H S L
Decimal 100 207 222 0.55 0.07 0 0.13 187.38 0.65 0.63
Hex 64 CF DE 37 7 0 D BB 41 3F
Octal 144 317 336 67 7 0 15 273 101 77
Binary 1100100 11001111 11011110 110111 111 0 1101 10111011 1000001 111111

Color Harmonies of #64CFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64CFDE

Black with #64CFDE

Text Example


Text Example

White with #64CFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,207,222); }

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

background-color css

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

 a { background-color: rgb(100,207,222); }

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

border-color css

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

 span { border-color: rgb(100,207,222); }

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