Html Css Color HEX #37EEED Turquoise

📋 copy color: '#37EEED'

red 55 ◦ green 238 ◦ blue 237

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

Shades of Turquoise #37EEED

Tints of Turquoise #37EEED

RGB

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

 GREEN value IS 238 (93.36% from 255) = 44.91%

 BLUE value IS 237 (92.97% from 255) = 44.72%

R = 10.38%
G = 44.91%
B = 44.72%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#37EEED (or 0x37EEED) is known color: Turquoise. HEX triplet: 37, EE and ED. RGB value is (55,238,237). Sum of RGB (Red+Green+Blue) = 55+238+237=530 (70% of max value = 765). Red value is 55 (21.88% from 255 or 10.38% from 530); Green value is 238 (93.36% from 255 or 44.91% from 530); Blue value is 237 (92.97% from 255 or 44.72% from 530); Max value from RGB is 238 - color contains mainly: green. Hex color #37EEED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #37EEED is #C81112. Grayscale: #B6B6B6. Windows color (decimal): -13111571 or 15593015. OLE color: 15593015.

HSL color Cylindrical-coordinate representation of color #37EEED: hue angle of 179.67º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #37EEED is Cyan = 0.77, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.

Color convert

RGB 55 238 237 -
CMYK 0.77 0 0.00 0.07
HSL 179.67º 0.84% 0.57% -
HSV(B) 179.67º 0.77% 0.93% -
XYZ 47.44 68.08 90.76 -
YUV 183.17 158.37 36.58 -
System Red Green Blue C M Y K H S L
Decimal 55 238 237 0.77 0 0.00 0.07 179.67 0.84 0.57
Hex 37 EE ED 4D 0 0 7 B4 54 39
Octal 67 356 355 115 0 0 7 264 124 71
Binary 110111 11101110 11101101 1001101 0 0 111 10110100 1010100 111001

Color Harmonies of #37EEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37EEED

Black with #37EEED

Text Example


Text Example

White with #37EEED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,238,237); }

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

background-color css

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

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

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

border-color css

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

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

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