Html Css Color HEX #37FCEE Turquoise

📋 copy color: '#37FCEE'

red 55 ◦ green 252 ◦ blue 238

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

Shades of Turquoise #37FCEE

Tints of Turquoise #37FCEE

RGB

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

 GREEN value IS 252 (98.83% from 255) = 46.24%

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

R = 10.09%
G = 46.24%
B = 43.67%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#37FCEE (or 0x37FCEE) is known color: Turquoise. HEX triplet: 37, FC and EE. RGB value is (55,252,238). Sum of RGB (Red+Green+Blue) = 55+252+238=545 (72% of max value = 765). Red value is 55 (21.88% from 255 or 10.09% from 545); Green value is 252 (98.83% from 255 or 46.24% from 545); Blue value is 238 (93.36% from 255 or 43.67% from 545); Max value from RGB is 252 - color contains mainly: green. Hex color #37FCEE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #37FCEE is #C80311. Grayscale: #BFBFBF. Windows color (decimal): -13107986 or 15662135. OLE color: 15662135.

HSL color Cylindrical-coordinate representation of color #37FCEE: hue angle of 175.74º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #37FCEE is Cyan = 0.78, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB 55 252 238 -
CMYK 0.78 0 0.06 0.01
HSL 175.74º 0.97% 0.6% -
HSV(B) 175.74º 0.78% 0.99% -
XYZ 51.82 76.61 92.94 -
YUV 191.5 154.23 30.64 -
System Red Green Blue C M Y K H S L
Decimal 55 252 238 0.78 0 0.06 0.01 175.74 0.97 0.6
Hex 37 FC EE 4E 0 6 1 B0 61 3C
Octal 67 374 356 116 0 6 1 260 141 74
Binary 110111 11111100 11101110 1001110 0 110 1 10110000 1100001 111100

Color Harmonies of #37FCEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37FCEE

Black with #37FCEE

Text Example


Text Example

White with #37FCEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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