Html Css Color HEX #64CFEF Turquoise Blue

📋 copy color: '#64CFEF'

red 100 ◦ green 207 ◦ blue 239

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

Shades of Turquoise Blue #64CFEF

Tints of Turquoise Blue #64CFEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 43.77%

R = 18.32%
G = 37.91%
B = 43.77%

CMYK

 C value IS 0.58

 M value IS 0.13

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#64CFEF (or 0x64CFEF) is known color: Turquoise Blue. HEX triplet: 64, CF and EF. RGB value is (100,207,239). Sum of RGB (Red+Green+Blue) = 100+207+239=546 (72% of max value = 765). Red value is 100 (39.45% from 255 or 18.32% from 546); Green value is 207 (81.25% from 255 or 37.91% from 546); Blue value is 239 (93.75% from 255 or 43.77% from 546); Max value from RGB is 239 - color contains mainly: blue. Hex color #64CFEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64CFEF is #9B3010. Grayscale: #B2B2B2. Windows color (decimal): -10170385 or 15716196. OLE color: 15716196.

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

Color convert

RGB 100 207 239 -
CMYK 0.58 0.13 0 0.06
HSL 193.81º 0.81% 0.66% -
HSV(B) 193.81º 0.58% 0.94% -
XYZ 43.15 53.57 89.73 -
YUV 178.66 162.05 71.9 -
System Red Green Blue C M Y K H S L
Decimal 100 207 239 0.58 0.13 0 0.06 193.81 0.81 0.66
Hex 64 CF EF 3A D 0 6 C2 51 42
Octal 144 317 357 72 15 0 6 302 121 102
Binary 1100100 11001111 11101111 111010 1101 0 110 11000010 1010001 1000010

Color Harmonies of #64CFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64CFEF

Black with #64CFEF

Text Example


Text Example

White with #64CFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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