Html Css Color HEX #64D1D6 Turquoise Blue

📋 copy color: '#64D1D6'

red 100 ◦ green 209 ◦ blue 214

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

Shades of Turquoise Blue #64D1D6

Tints of Turquoise Blue #64D1D6

RGB

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

 GREEN value IS 209 (82.03% from 255) = 39.96%

 BLUE value IS 214 (83.98% from 255) = 40.92%

R = 19.12%
G = 39.96%
B = 40.92%

CMYK

 C value IS 0.53

 M value IS 0.02

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#64D1D6 (or 0x64D1D6) is known color: Turquoise Blue. HEX triplet: 64, D1 and D6. RGB value is (100,209,214). Sum of RGB (Red+Green+Blue) = 100+209+214=523 (69% of max value = 765). Red value is 100 (39.45% from 255 or 19.12% from 523); Green value is 209 (82.03% from 255 or 39.96% from 523); Blue value is 214 (83.98% from 255 or 40.92% from 523); Max value from RGB is 214 - color contains mainly: blue. Hex color #64D1D6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64D1D6 is #9B2E29. Grayscale: #B0B0B0. Windows color (decimal): -10169898 or 14078308. OLE color: 14078308.

HSL color Cylindrical-coordinate representation of color #64D1D6: hue angle of 182.63º degrees, saturation: 0.58, 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 #64D1D6 is Cyan = 0.53, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 100 209 214 -
CMYK 0.53 0.02 0 0.16
HSL 182.63º 0.58% 0.62% -
HSV(B) 182.63º 0.53% 0.84% -
XYZ 40.19 53.17 71.76 -
YUV 176.98 148.89 73.09 -
System Red Green Blue C M Y K H S L
Decimal 100 209 214 0.53 0.02 0 0.16 182.63 0.58 0.62
Hex 64 D1 D6 35 2 0 10 B7 3A 3E
Octal 144 321 326 65 2 0 20 267 72 76
Binary 1100100 11010001 11010110 110101 10 0 10000 10110111 111010 111110

Color Harmonies of #64D1D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64D1D6

Black with #64D1D6

Text Example


Text Example

White with #64D1D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,209,214); }

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

background-color css

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

 a { background-color: rgb(100,209,214); }

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

border-color css

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

 span { border-color: rgb(100,209,214); }

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