Html Css Color HEX #64CCED Turquoise Blue

📋 copy color: '#64CCED'

red 100 ◦ green 204 ◦ blue 237

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

Shades of Turquoise Blue #64CCED

Tints of Turquoise Blue #64CCED

RGB

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

 GREEN value IS 204 (80.08% from 255) = 37.71%

 BLUE value IS 237 (92.97% from 255) = 43.81%

R = 18.48%
G = 37.71%
B = 43.81%

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

#64CCED (or 0x64CCED) is known color: Turquoise Blue. HEX triplet: 64, CC and ED. RGB value is (100,204,237). Sum of RGB (Red+Green+Blue) = 100+204+237=541 (71% of max value = 765). Red value is 100 (39.45% from 255 or 18.48% from 541); Green value is 204 (80.08% from 255 or 37.71% from 541); Blue value is 237 (92.97% from 255 or 43.81% from 541); Max value from RGB is 237 - color contains mainly: blue. Hex color #64CCED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64CCED is #9B3312. Grayscale: #B0B0B0. Windows color (decimal): -10171155 or 15584356. OLE color: 15584356.

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

Color convert

RGB 100 204 237 -
CMYK 0.58 0.14 0 0.07
HSL 194.45º 0.79% 0.66% -
HSV(B) 194.45º 0.58% 0.93% -
XYZ 42.13 52.01 87.94 -
YUV 176.67 162.04 73.32 -
System Red Green Blue C M Y K H S L
Decimal 100 204 237 0.58 0.14 0 0.07 194.45 0.79 0.66
Hex 64 CC ED 3A E 0 7 C2 4F 42
Octal 144 314 355 72 16 0 7 302 117 102
Binary 1100100 11001100 11101101 111010 1110 0 111 11000010 1001111 1000010

Color Harmonies of #64CCED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64CCED

Black with #64CCED

Text Example


Text Example

White with #64CCED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,204,237); }

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

background-color css

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

 a { background-color: rgb(100,204,237); }

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

border-color css

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

 span { border-color: rgb(100,204,237); }

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