Html Css Color HEX #64CFEA Turquoise Blue

📋 copy color: '#64CFEA'

red 100 ◦ green 207 ◦ blue 234

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

Shades of Turquoise Blue #64CFEA

Tints of Turquoise Blue #64CFEA

RGB

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

 GREEN value IS 207 (81.25% from 255) = 38.26%

 BLUE value IS 234 (91.8% from 255) = 43.25%

R = 18.48%
G = 38.26%
B = 43.25%

CMYK

 C value IS 0.57

 M value IS 0.12

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#64CFEA (or 0x64CFEA) is known color: Turquoise Blue. HEX triplet: 64, CF and EA. RGB value is (100,207,234). Sum of RGB (Red+Green+Blue) = 100+207+234=541 (71% of max value = 765). Red value is 100 (39.45% from 255 or 18.48% from 541); Green value is 207 (81.25% from 255 or 38.26% from 541); Blue value is 234 (91.80% from 255 or 43.25% from 541); Max value from RGB is 234 - color contains mainly: blue. Hex color #64CFEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64CFEA is #9B3015. Grayscale: #B1B1B1. Windows color (decimal): -10170390 or 15388516. OLE color: 15388516.

HSL color Cylindrical-coordinate representation of color #64CFEA: hue angle of 192.09º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #64CFEA is Cyan = 0.57, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 100 207 234 -
CMYK 0.57 0.12 0 0.08
HSL 192.09º 0.76% 0.65% -
HSV(B) 192.09º 0.57% 0.92% -
XYZ 42.42 53.28 85.89 -
YUV 178.09 159.55 72.3 -
System Red Green Blue C M Y K H S L
Decimal 100 207 234 0.57 0.12 0 0.08 192.09 0.76 0.65
Hex 64 CF EA 39 C 0 8 C0 4C 41
Octal 144 317 352 71 14 0 10 300 114 101
Binary 1100100 11001111 11101010 111001 1100 0 1000 11000000 1001100 1000001

Color Harmonies of #64CFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64CFEA

Black with #64CFEA

Text Example


Text Example

White with #64CFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,207,234); }

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

background-color css

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

 a { background-color: rgb(100,207,234); }

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

border-color css

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

 span { border-color: rgb(100,207,234); }

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