Html Css Color HEX #37EBCD Turquoise

📋 copy color: '#37EBCD'

red 55 ◦ green 235 ◦ blue 205

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

Shades of Turquoise #37EBCD

Tints of Turquoise #37EBCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 41.41%

R = 11.11%
G = 47.47%
B = 41.41%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#37EBCD (or 0x37EBCD) is known color: Turquoise. HEX triplet: 37, EB and CD. RGB value is (55,235,205). Sum of RGB (Red+Green+Blue) = 55+235+205=495 (65% of max value = 765). Red value is 55 (21.88% from 255 or 11.11% from 495); Green value is 235 (92.19% from 255 or 47.47% from 495); Blue value is 205 (80.47% from 255 or 41.41% from 495); Max value from RGB is 235 - color contains mainly: green. Hex color #37EBCD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37EBCD is #C81432. Grayscale: #B1B1B1. Windows color (decimal): -13112371 or 13495095. OLE color: 13495095.

HSL color Cylindrical-coordinate representation of color #37EBCD: hue angle of 170º 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 #37EBCD is Cyan = 0.77, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB 55 235 205 -
CMYK 0.77 0 0.13 0.08
HSL 170º 0.82% 0.57% -
HSV(B) 170º 0.77% 0.92% -
XYZ 42.3 64.64 68 -
YUV 177.76 143.37 40.44 -
System Red Green Blue C M Y K H S L
Decimal 55 235 205 0.77 0 0.13 0.08 170 0.82 0.57
Hex 37 EB CD 4D 0 D 8 AA 52 39
Octal 67 353 315 115 0 15 10 252 122 71
Binary 110111 11101011 11001101 1001101 0 1101 1000 10101010 1010010 111001

Color Harmonies of #37EBCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37EBCD

Black with #37EBCD

Text Example


Text Example

White with #37EBCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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