Html Css Color HEX #37FECE Turquoise

📋 copy color: '#37FECE'

red 55 ◦ green 254 ◦ blue 206

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

Shades of Turquoise #37FECE

Tints of Turquoise #37FECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40%

R = 10.68%
G = 49.32%
B = 40%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.19

 K value IS 0.00

RGB Variations

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

Color information

#37FECE (or 0x37FECE) is known color: Turquoise. HEX triplet: 37, FE and CE. RGB value is (55,254,206). Sum of RGB (Red+Green+Blue) = 55+254+206=515 (68% of max value = 765). Red value is 55 (21.88% from 255 or 10.68% from 515); Green value is 254 (99.61% from 255 or 49.32% from 515); Blue value is 206 (80.86% from 255 or 40% from 515); Max value from RGB is 254 - color contains mainly: green. Hex color #37FECE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37FECE is #C80131. Grayscale: #BDBDBD. Windows color (decimal): -13107506 or 13565495. OLE color: 13565495.

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

Color convert

RGB 55 254 206 -
CMYK 0.78 0 0.19 0.00
HSL 165.53º 0.99% 0.61% -
HSV(B) 165.53º 0.78% 1% -
XYZ 48.16 76.15 70.55 -
YUV 189.03 137.57 32.4 -
System Red Green Blue C M Y K H S L
Decimal 55 254 206 0.78 0 0.19 0.00 165.53 0.99 0.61
Hex 37 FE CE 4E 0 13 0 A6 63 3D
Octal 67 376 316 116 0 23 0 246 143 75
Binary 110111 11111110 11001110 1001110 0 10011 0 10100110 1100011 111101

Color Harmonies of #37FECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37FECE

Black with #37FECE

Text Example


Text Example

White with #37FECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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