Html Css Color HEX #64ECF5 Turquoise Blue

📋 copy color: '#64ECF5'

red 100 ◦ green 236 ◦ blue 245

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

Shades of Turquoise Blue #64ECF5

Tints of Turquoise Blue #64ECF5

RGB

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

 GREEN value IS 236 (92.58% from 255) = 40.62%

 BLUE value IS 245 (96.09% from 255) = 42.17%

R = 17.21%
G = 40.62%
B = 42.17%

CMYK

 C value IS 0.59

 M value IS 0.04

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#64ECF5 (or 0x64ECF5) is known color: Turquoise Blue. HEX triplet: 64, EC and F5. RGB value is (100,236,245). Sum of RGB (Red+Green+Blue) = 100+236+245=581 (76% of max value = 765). Red value is 100 (39.45% from 255 or 17.21% from 581); Green value is 236 (92.58% from 255 or 40.62% from 581); Blue value is 245 (96.09% from 255 or 42.17% from 581); Max value from RGB is 245 - color contains mainly: blue. Hex color #64ECF5 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #64ECF5 is #9B130A. Grayscale: #C4C4C4. Windows color (decimal): -10162955 or 16116836. OLE color: 16116836.

HSL color Cylindrical-coordinate representation of color #64ECF5: hue angle of 183.72º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #64ECF5 is Cyan = 0.59, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 100 236 245 -
CMYK 0.59 0.04 0 0.04
HSL 183.72º 0.88% 0.68% -
HSV(B) 183.72º 0.59% 0.96% -
XYZ 51.73 69.29 97.03 -
YUV 196.36 155.44 59.27 -
System Red Green Blue C M Y K H S L
Decimal 100 236 245 0.59 0.04 0 0.04 183.72 0.88 0.68
Hex 64 EC F5 3B 4 0 4 B8 58 44
Octal 144 354 365 73 4 0 4 270 130 104
Binary 1100100 11101100 11110101 111011 100 0 100 10111000 1011000 1000100

Color Harmonies of #64ECF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64ECF5

Black with #64ECF5

Text Example


Text Example

White with #64ECF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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