Html Css Color HEX #64CDED Turquoise Blue

📋 copy color: '#64CDED'

red 100 ◦ green 205 ◦ blue 237

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

Shades of Turquoise Blue #64CDED

Tints of Turquoise Blue #64CDED

RGB

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

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

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

R = 18.45%
G = 37.82%
B = 43.73%

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

#64CDED (or 0x64CDED) is known color: Turquoise Blue. HEX triplet: 64, CD and ED. RGB value is (100,205,237). Sum of RGB (Red+Green+Blue) = 100+205+237=542 (71% of max value = 765). Red value is 100 (39.45% from 255 or 18.45% from 542); Green value is 205 (80.47% from 255 or 37.82% from 542); Blue value is 237 (92.97% from 255 or 43.73% from 542); Max value from RGB is 237 - color contains mainly: blue. Hex color #64CDED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64CDED is #9B3212. Grayscale: #B1B1B1. Windows color (decimal): -10170899 or 15584612. OLE color: 15584612.

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

Color convert

RGB 100 205 237 -
CMYK 0.58 0.14 0 0.07
HSL 194.01º 0.79% 0.66% -
HSV(B) 194.01º 0.58% 0.93% -
XYZ 42.37 52.49 88.02 -
YUV 177.25 161.71 72.9 -
System Red Green Blue C M Y K H S L
Decimal 100 205 237 0.58 0.14 0 0.07 194.01 0.79 0.66
Hex 64 CD ED 3A E 0 7 C2 4F 42
Octal 144 315 355 72 16 0 7 302 117 102
Binary 1100100 11001101 11101101 111010 1110 0 111 11000010 1001111 1000010

Color Harmonies of #64CDED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64CDED

Black with #64CDED

Text Example


Text Example

White with #64CDED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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