Html Css Color HEX #64DCDA Turquoise Blue

📋 copy color: '#64DCDA'

red 100 ◦ green 220 ◦ blue 218

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

Shades of Turquoise Blue #64DCDA

Tints of Turquoise Blue #64DCDA

RGB

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

 GREEN value IS 220 (86.33% from 255) = 40.89%

 BLUE value IS 218 (85.55% from 255) = 40.52%

R = 18.59%
G = 40.89%
B = 40.52%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#64DCDA (or 0x64DCDA) is known color: Turquoise Blue. HEX triplet: 64, DC and DA. RGB value is (100,220,218). Sum of RGB (Red+Green+Blue) = 100+220+218=538 (71% of max value = 765). Red value is 100 (39.45% from 255 or 18.59% from 538); Green value is 220 (86.33% from 255 or 40.89% from 538); Blue value is 218 (85.55% from 255 or 40.52% from 538); Max value from RGB is 220 - color contains mainly: green. Hex color #64DCDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64DCDA is #9B2325. Grayscale: #B7B7B7. Windows color (decimal): -10167078 or 14343268. OLE color: 14343268.

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

Color convert

RGB 100 220 218 -
CMYK 0.55 0 0.01 0.14
HSL 179º 0.63% 0.63% -
HSV(B) 179º 0.55% 0.86% -
XYZ 43.5 58.96 75.42 -
YUV 183.89 147.24 68.16 -
System Red Green Blue C M Y K H S L
Decimal 100 220 218 0.55 0 0.01 0.14 179 0.63 0.63
Hex 64 DC DA 37 0 1 E B3 3F 3F
Octal 144 334 332 67 0 1 16 263 77 77
Binary 1100100 11011100 11011010 110111 0 1 1110 10110011 111111 111111

Color Harmonies of #64DCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64DCDA

Black with #64DCDA

Text Example


Text Example

White with #64DCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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