Html Css Color HEX #64EBEB Turquoise Blue

📋 copy color: '#64EBEB'

red 100 ◦ green 235 ◦ blue 235

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

Shades of Turquoise Blue #64EBEB

Tints of Turquoise Blue #64EBEB

RGB

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

 GREEN value IS 235 (92.19% from 255) = 41.23%

 BLUE value IS 235 (92.19% from 255) = 41.23%

R = 17.54%
G = 41.23%
B = 41.23%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#64EBEB (or 0x64EBEB) is known color: Turquoise Blue. HEX triplet: 64, EB and EB. RGB value is (100,235,235). Sum of RGB (Red+Green+Blue) = 100+235+235=570 (75% of max value = 765). Red value is 100 (39.45% from 255 or 17.54% from 570); Green value is 235 (92.19% from 255 or 41.23% from 570); Blue value is 235 (92.19% from 255 or 41.23% from 570); Max value from RGB is 235 - color contains mainly: green, blue. Hex color #64EBEB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #64EBEB is #9B1414. Grayscale: #C2C2C2. Windows color (decimal): -10163221 or 15461220. OLE color: 15461220.

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

Color convert

RGB 100 235 235 -
CMYK 0.57 0 0 0.08
HSL 180º 0.77% 0.66% -
HSV(B) 180º 0.57% 0.92% -
XYZ 49.96 68.12 89.11 -
YUV 194.64 150.77 60.5 -
System Red Green Blue C M Y K H S L
Decimal 100 235 235 0.57 0 0 0.08 180 0.77 0.66
Hex 64 EB EB 39 0 0 8 B4 4D 42
Octal 144 353 353 71 0 0 10 264 115 102
Binary 1100100 11101011 11101011 111001 0 0 1000 10110100 1001101 1000010

Color Harmonies of #64EBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64EBEB

Black with #64EBEB

Text Example


Text Example

White with #64EBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,235,235); }

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

background-color css

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

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

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

border-color css

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

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

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