Html Css Color HEX #37FCE2 Turquoise

📋 copy color: '#37FCE2'

red 55 ◦ green 252 ◦ blue 226

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

Shades of Turquoise #37FCE2

Tints of Turquoise #37FCE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 42.4%

R = 10.32%
G = 47.28%
B = 42.4%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.10

 K value IS 0.01

RGB Variations

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

Color information

#37FCE2 (or 0x37FCE2) is known color: Turquoise. HEX triplet: 37, FC and E2. RGB value is (55,252,226). Sum of RGB (Red+Green+Blue) = 55+252+226=533 (70% of max value = 765). Red value is 55 (21.88% from 255 or 10.32% from 533); Green value is 252 (98.83% from 255 or 47.28% from 533); Blue value is 226 (88.67% from 255 or 42.40% from 533); Max value from RGB is 252 - color contains mainly: green. Hex color #37FCE2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37FCE2 is #C8031D. Grayscale: #BEBEBE. Windows color (decimal): -13107998 or 14875703. OLE color: 14875703.

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

Color convert

RGB 55 252 226 -
CMYK 0.78 0 0.10 0.01
HSL 172.08º 0.97% 0.6% -
HSV(B) 172.08º 0.78% 0.99% -
XYZ 50.11 75.92 83.97 -
YUV 190.13 148.23 31.61 -
System Red Green Blue C M Y K H S L
Decimal 55 252 226 0.78 0 0.10 0.01 172.08 0.97 0.6
Hex 37 FC E2 4E 0 A 1 AC 61 3C
Octal 67 374 342 116 0 12 1 254 141 74
Binary 110111 11111100 11100010 1001110 0 1010 1 10101100 1100001 111100

Color Harmonies of #37FCE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37FCE2

Black with #37FCE2

Text Example


Text Example

White with #37FCE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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