Html Css Color HEX #60EBEB Turquoise Blue

📋 copy color: '#60EBEB'

red 96 ◦ green 235 ◦ blue 235

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

Shades of Turquoise Blue #60EBEB

Tints of Turquoise Blue #60EBEB

RGB

 RED value IS 96 (37.89% from 255) = 16.96%

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

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

R = 16.96%
G = 41.52%
B = 41.52%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#60EBEB (or 0x60EBEB) is known color: Turquoise Blue. HEX triplet: 60, EB and EB. RGB value is (96,235,235). Sum of RGB (Red+Green+Blue) = 96+235+235=566 (74% of max value = 765). Red value is 96 (37.89% from 255 or 16.96% from 566); Green value is 235 (92.19% from 255 or 41.52% from 566); Blue value is 235 (92.19% from 255 or 41.52% from 566); Max value from RGB is 235 - color contains mainly: green, blue. Hex color #60EBEB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #60EBEB is #9F1414. Grayscale: #C1C1C1. Windows color (decimal): -10425365 or 15461216. OLE color: 15461216.

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

Color convert

RGB 96 235 235 -
CMYK 0.59 0 0 0.08
HSL 180º 0.78% 0.65% -
HSV(B) 180º 0.59% 0.92% -
XYZ 49.53 67.9 89.09 -
YUV 193.44 151.45 58.5 -
System Red Green Blue C M Y K H S L
Decimal 96 235 235 0.59 0 0 0.08 180 0.78 0.65
Hex 60 EB EB 3B 0 0 8 B4 4E 41
Octal 140 353 353 73 0 0 10 264 116 101
Binary 1100000 11101011 11101011 111011 0 0 1000 10110100 1001110 1000001

Color Harmonies of #60EBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60EBEB

Black with #60EBEB

Text Example


Text Example

White with #60EBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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