Html Css Color HEX #64CDEC Turquoise Blue

📋 copy color: '#64CDEC'

red 100 ◦ green 205 ◦ blue 236

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

Shades of Turquoise Blue #64CDEC

Tints of Turquoise Blue #64CDEC

RGB

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

 GREEN value IS 205 (80.47% from 255) = 37.89%

 BLUE value IS 236 (92.58% from 255) = 43.62%

R = 18.48%
G = 37.89%
B = 43.62%

CMYK

 C value IS 0.58

 M value IS 0.13

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#64CDEC (or 0x64CDEC) is known color: Turquoise Blue. HEX triplet: 64, CD and EC. RGB value is (100,205,236). Sum of RGB (Red+Green+Blue) = 100+205+236=541 (71% of max value = 765). Red value is 100 (39.45% from 255 or 18.48% from 541); Green value is 205 (80.47% from 255 or 37.89% from 541); Blue value is 236 (92.58% from 255 or 43.62% from 541); Max value from RGB is 236 - color contains mainly: blue. Hex color #64CDEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64CDEC is #9B3213. Grayscale: #B0B0B0. Windows color (decimal): -10170900 or 15519076. OLE color: 15519076.

HSL color Cylindrical-coordinate representation of color #64CDEC: hue angle of 193.68º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #64CDEC is Cyan = 0.58, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 100 205 236 -
CMYK 0.58 0.13 0 0.07
HSL 193.68º 0.78% 0.66% -
HSV(B) 193.68º 0.58% 0.93% -
XYZ 42.23 52.43 87.25 -
YUV 177.14 161.21 72.98 -
System Red Green Blue C M Y K H S L
Decimal 100 205 236 0.58 0.13 0 0.07 193.68 0.78 0.66
Hex 64 CD EC 3A D 0 7 C2 4E 42
Octal 144 315 354 72 15 0 7 302 116 102
Binary 1100100 11001101 11101100 111010 1101 0 111 11000010 1001110 1000010

Color Harmonies of #64CDEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64CDEC

Black with #64CDEC

Text Example


Text Example

White with #64CDEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,205,236); }

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

background-color css

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

 a { background-color: rgb(100,205,236); }

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

border-color css

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

 span { border-color: rgb(100,205,236); }

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