Html Css Color HEX #37FFEE Turquoise

📋 copy color: '#37FFEE'

red 55 ◦ green 255 ◦ blue 238

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

Shades of Turquoise #37FFEE

Tints of Turquoise #37FFEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 43.43%

R = 10.04%
G = 46.53%
B = 43.43%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.07

 K value IS 0

RGB Variations

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

Color information

#37FFEE (or 0x37FFEE) is known color: Turquoise. HEX triplet: 37, FF and EE. RGB value is (55,255,238). Sum of RGB (Red+Green+Blue) = 55+255+238=548 (72% of max value = 765). Red value is 55 (21.88% from 255 or 10.04% from 548); Green value is 255 (100% from 255 or 46.53% from 548); Blue value is 238 (93.36% from 255 or 43.43% from 548); Max value from RGB is 255 - color contains mainly: green. Hex color #37FFEE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #37FFEE is #C80011. Grayscale: #C1C1C1. Windows color (decimal): -13107218 or 15662903. OLE color: 15662903.

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

Color convert

RGB 55 255 238 -
CMYK 0.78 0 0.07 0
HSL 174.9º 1% 0.61% -
HSV(B) 174.9º 0.78% 1% -
XYZ 52.77 78.51 93.26 -
YUV 193.26 153.24 29.38 -
System Red Green Blue C M Y K H S L
Decimal 55 255 238 0.78 0 0.07 0 174.9 1 0.61
Hex 37 FF EE 4E 0 7 0 AF 64 3D
Octal 67 377 356 116 0 7 0 257 144 75
Binary 110111 11111111 11101110 1001110 0 111 0 10101111 1100100 111101

Color Harmonies of #37FFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37FFEE

Black with #37FFEE

Text Example


Text Example

White with #37FFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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