Html Css Color HEX #37EEE4 Turquoise

📋 copy color: '#37EEE4'

red 55 ◦ green 238 ◦ blue 228

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

Shades of Turquoise #37EEE4

Tints of Turquoise #37EEE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 43.76%

R = 10.56%
G = 45.68%
B = 43.76%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.04

 K value IS 0.07

RGB Variations

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

Color information

#37EEE4 (or 0x37EEE4) is known color: Turquoise. HEX triplet: 37, EE and E4. RGB value is (55,238,228). Sum of RGB (Red+Green+Blue) = 55+238+228=521 (69% of max value = 765). Red value is 55 (21.88% from 255 or 10.56% from 521); Green value is 238 (93.36% from 255 or 45.68% from 521); Blue value is 228 (89.45% from 255 or 43.76% from 521); Max value from RGB is 238 - color contains mainly: green. Hex color #37EEE4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37EEE4 is #C8111B. Grayscale: #B6B6B6. Windows color (decimal): -13111580 or 15003191. OLE color: 15003191.

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

Color convert

RGB 55 238 228 -
CMYK 0.77 0 0.04 0.07
HSL 176.72º 0.84% 0.57% -
HSV(B) 176.72º 0.77% 0.93% -
XYZ 46.15 67.56 84.01 -
YUV 182.14 153.87 37.31 -
System Red Green Blue C M Y K H S L
Decimal 55 238 228 0.77 0 0.04 0.07 176.72 0.84 0.57
Hex 37 EE E4 4D 0 4 7 B1 54 39
Octal 67 356 344 115 0 4 7 261 124 71
Binary 110111 11101110 11100100 1001101 0 100 111 10110001 1010100 111001

Color Harmonies of #37EEE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37EEE4

Black with #37EEE4

Text Example


Text Example

White with #37EEE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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