Html Css Color HEX #37FECB Turquoise

📋 copy color: '#37FECB'

red 55 ◦ green 254 ◦ blue 203

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

Shades of Turquoise #37FECB

Tints of Turquoise #37FECB

RGB

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

 GREEN value IS 254 (99.61% from 255) = 49.61%

 BLUE value IS 203 (79.69% from 255) = 39.65%

R = 10.74%
G = 49.61%
B = 39.65%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.20

 K value IS 0.00

RGB Variations

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

Color information

#37FECB (or 0x37FECB) is known color: Turquoise. HEX triplet: 37, FE and CB. RGB value is (55,254,203). Sum of RGB (Red+Green+Blue) = 55+254+203=512 (67% of max value = 765). Red value is 55 (21.88% from 255 or 10.74% from 512); Green value is 254 (99.61% from 255 or 49.61% from 512); Blue value is 203 (79.69% from 255 or 39.65% from 512); Max value from RGB is 254 - color contains mainly: green. Hex color #37FECB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37FECB is #C80134. Grayscale: #BCBCBC. Windows color (decimal): -13107509 or 13368887. OLE color: 13368887.

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

Color convert

RGB 55 254 203 -
CMYK 0.78 0 0.20 0.00
HSL 164.62º 0.99% 0.61% -
HSV(B) 164.62º 0.78% 1% -
XYZ 47.8 76.01 68.65 -
YUV 188.69 136.07 32.65 -
System Red Green Blue C M Y K H S L
Decimal 55 254 203 0.78 0 0.20 0.00 164.62 0.99 0.61
Hex 37 FE CB 4E 0 14 0 A5 63 3D
Octal 67 376 313 116 0 24 0 245 143 75
Binary 110111 11111110 11001011 1001110 0 10100 0 10100101 1100011 111101

Color Harmonies of #37FECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37FECB

Black with #37FECB

Text Example


Text Example

White with #37FECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,254,203); }

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

background-color css

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

 a { background-color: rgb(55,254,203); }

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

border-color css

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

 span { border-color: rgb(55,254,203); }

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