Html Css Color HEX #37EBEB Turquoise

📋 copy color: '#37EBEB'

red 55 ◦ green 235 ◦ blue 235

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

Shades of Turquoise #37EBEB

Tints of Turquoise #37EBEB

RGB

 RED value IS 55 (21.88% from 255) = 10.48%

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

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

R = 10.48%
G = 44.76%
B = 44.76%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#37EBEB (or 0x37EBEB) is known color: Turquoise. HEX triplet: 37, EB and EB. RGB value is (55,235,235). Sum of RGB (Red+Green+Blue) = 55+235+235=525 (69% of max value = 765). Red value is 55 (21.88% from 255 or 10.48% from 525); Green value is 235 (92.19% from 255 or 44.76% from 525); Blue value is 235 (92.19% from 255 or 44.76% from 525); Max value from RGB is 235 - color contains mainly: green, blue. Hex color #37EBEB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #37EBEB is #C81414. Grayscale: #B5B5B5. Windows color (decimal): -13112341 or 15461175. OLE color: 15461175.

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

Color convert

RGB 55 235 235 -
CMYK 0.77 0 0 0.08
HSL 180º 0.82% 0.57% -
HSV(B) 180º 0.77% 0.92% -
XYZ 46.28 66.23 88.94 -
YUV 181.18 158.37 38 -
System Red Green Blue C M Y K H S L
Decimal 55 235 235 0.77 0 0 0.08 180 0.82 0.57
Hex 37 EB EB 4D 0 0 8 B4 52 39
Octal 67 353 353 115 0 0 10 264 122 71
Binary 110111 11101011 11101011 1001101 0 0 1000 10110100 1010010 111001

Color Harmonies of #37EBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37EBEB

Black with #37EBEB

Text Example


Text Example

White with #37EBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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