Html Css Color HEX #64CBEC Turquoise Blue

📋 copy color: '#64CBEC'

red 100 ◦ green 203 ◦ blue 236

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

Shades of Turquoise Blue #64CBEC

Tints of Turquoise Blue #64CBEC

RGB

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

 GREEN value IS 203 (79.69% from 255) = 37.66%

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

R = 18.55%
G = 37.66%
B = 43.78%

CMYK

 C value IS 0.58

 M value IS 0.14

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#64CBEC (or 0x64CBEC) is known color: Turquoise Blue. HEX triplet: 64, CB and EC. RGB value is (100,203,236). Sum of RGB (Red+Green+Blue) = 100+203+236=539 (71% of max value = 765). Red value is 100 (39.45% from 255 or 18.55% from 539); Green value is 203 (79.69% from 255 or 37.66% from 539); Blue value is 236 (92.58% from 255 or 43.78% from 539); Max value from RGB is 236 - color contains mainly: blue. Hex color #64CBEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64CBEC is #9B3413. Grayscale: #AFAFAF. Windows color (decimal): -10171412 or 15518564. OLE color: 15518564.

HSL color Cylindrical-coordinate representation of color #64CBEC: hue angle of 194.56º 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 #64CBEC is Cyan = 0.58, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 100 203 236 -
CMYK 0.58 0.14 0 0.07
HSL 194.56º 0.78% 0.66% -
HSV(B) 194.56º 0.58% 0.93% -
XYZ 41.75 51.48 87.09 -
YUV 175.97 161.88 73.82 -
System Red Green Blue C M Y K H S L
Decimal 100 203 236 0.58 0.14 0 0.07 194.56 0.78 0.66
Hex 64 CB EC 3A E 0 7 C3 4E 42
Octal 144 313 354 72 16 0 7 303 116 102
Binary 1100100 11001011 11101100 111010 1110 0 111 11000011 1001110 1000010

Color Harmonies of #64CBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64CBEC

Black with #64CBEC

Text Example


Text Example

White with #64CBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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