Html Css Color HEX #37EBDF Turquoise

📋 copy color: '#37EBDF'

red 55 ◦ green 235 ◦ blue 223

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

Shades of Turquoise #37EBDF

Tints of Turquoise #37EBDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.47%

R = 10.72%
G = 45.81%
B = 43.47%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#37EBDF (or 0x37EBDF) is known color: Turquoise. HEX triplet: 37, EB and DF. RGB value is (55,235,223). Sum of RGB (Red+Green+Blue) = 55+235+223=513 (67% of max value = 765). Red value is 55 (21.88% from 255 or 10.72% from 513); Green value is 235 (92.19% from 255 or 45.81% from 513); Blue value is 223 (87.5% from 255 or 43.47% from 513); Max value from RGB is 235 - color contains mainly: green. Hex color #37EBDF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37EBDF is #C81420. Grayscale: #B3B3B3. Windows color (decimal): -13112353 or 14674743. OLE color: 14674743.

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

Color convert

RGB 55 235 223 -
CMYK 0.77 0 0.05 0.08
HSL 176º 0.82% 0.57% -
HSV(B) 176º 0.77% 0.92% -
XYZ 44.6 65.56 80.11 -
YUV 179.81 152.37 38.98 -
System Red Green Blue C M Y K H S L
Decimal 55 235 223 0.77 0 0.05 0.08 176 0.82 0.57
Hex 37 EB DF 4D 0 5 8 B0 52 39
Octal 67 353 337 115 0 5 10 260 122 71
Binary 110111 11101011 11011111 1001101 0 101 1000 10110000 1010010 111001

Color Harmonies of #37EBDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37EBDF

Black with #37EBDF

Text Example


Text Example

White with #37EBDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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