Html Css Color HEX #37FFE5 Turquoise

📋 copy color: '#37FFE5'

red 55 ◦ green 255 ◦ blue 229

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

Shades of Turquoise #37FFE5

Tints of Turquoise #37FFE5

RGB

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

 GREEN value IS 255 (100% from 255) = 47.31%

 BLUE value IS 229 (89.84% from 255) = 42.49%

R = 10.2%
G = 47.31%
B = 42.49%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.10

 K value IS 0

RGB Variations

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

Color information

#37FFE5 (or 0x37FFE5) is known color: Turquoise. HEX triplet: 37, FF and E5. RGB value is (55,255,229). Sum of RGB (Red+Green+Blue) = 55+255+229=539 (71% of max value = 765). Red value is 55 (21.88% from 255 or 10.20% from 539); Green value is 255 (100% from 255 or 47.31% from 539); Blue value is 229 (89.84% from 255 or 42.49% from 539); Max value from RGB is 255 - color contains mainly: green. Hex color #37FFE5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37FFE5 is #C8001A. Grayscale: #C0C0C0. Windows color (decimal): -13107227 or 15073079. OLE color: 15073079.

HSL color Cylindrical-coordinate representation of color #37FFE5: hue angle of 172.2º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #37FFE5 is Cyan = 0.78, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.

Color convert

RGB 55 255 229 -
CMYK 0.78 0 0.10 0
HSL 172.2º 1% 0.61% -
HSV(B) 172.2º 0.78% 1% -
XYZ 51.48 77.99 86.47 -
YUV 192.24 148.74 30.11 -
System Red Green Blue C M Y K H S L
Decimal 55 255 229 0.78 0 0.10 0 172.2 1 0.61
Hex 37 FF E5 4E 0 A 0 AC 64 3D
Octal 67 377 345 116 0 12 0 254 144 75
Binary 110111 11111111 11100101 1001110 0 1010 0 10101100 1100100 111101

Color Harmonies of #37FFE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37FFE5

Black with #37FFE5

Text Example


Text Example

White with #37FFE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,255,229); }

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

background-color css

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

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

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

border-color css

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

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

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