Html Css Color HEX #64CFD7 Turquoise Blue

📋 copy color: '#64CFD7'

red 100 ◦ green 207 ◦ blue 215

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

Shades of Turquoise Blue #64CFD7

Tints of Turquoise Blue #64CFD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 41.19%

R = 19.16%
G = 39.66%
B = 41.19%

CMYK

 C value IS 0.53

 M value IS 0.04

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#64CFD7 (or 0x64CFD7) is known color: Turquoise Blue. HEX triplet: 64, CF and D7. RGB value is (100,207,215). Sum of RGB (Red+Green+Blue) = 100+207+215=522 (69% of max value = 765). Red value is 100 (39.45% from 255 or 19.16% from 522); Green value is 207 (81.25% from 255 or 39.66% from 522); Blue value is 215 (84.38% from 255 or 41.19% from 522); Max value from RGB is 215 - color contains mainly: blue. Hex color #64CFD7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64CFD7 is #9B3028. Grayscale: #AFAFAF. Windows color (decimal): -10170409 or 14143332. OLE color: 14143332.

HSL color Cylindrical-coordinate representation of color #64CFD7: hue angle of 184.17º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #64CFD7 is Cyan = 0.53, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 100 207 215 -
CMYK 0.53 0.04 0 0.16
HSL 184.17º 0.59% 0.62% -
HSV(B) 184.17º 0.53% 0.84% -
XYZ 39.83 52.24 72.27 -
YUV 175.92 150.05 73.85 -
System Red Green Blue C M Y K H S L
Decimal 100 207 215 0.53 0.04 0 0.16 184.17 0.59 0.62
Hex 64 CF D7 35 4 0 10 B8 3B 3E
Octal 144 317 327 65 4 0 20 270 73 76
Binary 1100100 11001111 11010111 110101 100 0 10000 10111000 111011 111110

Color Harmonies of #64CFD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64CFD7

Black with #64CFD7

Text Example


Text Example

White with #64CFD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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