Html Css Color HEX #37F1CE Turquoise

📋 copy color: '#37F1CE'

red 55 ◦ green 241 ◦ blue 206

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

Shades of Turquoise #37F1CE

Tints of Turquoise #37F1CE

RGB

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

 GREEN value IS 241 (94.53% from 255) = 48.01%

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

R = 10.96%
G = 48.01%
B = 41.04%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#37F1CE (or 0x37F1CE) is known color: Turquoise. HEX triplet: 37, F1 and CE. RGB value is (55,241,206). Sum of RGB (Red+Green+Blue) = 55+241+206=502 (66% of max value = 765). Red value is 55 (21.88% from 255 or 10.96% from 502); Green value is 241 (94.53% from 255 or 48.01% from 502); Blue value is 206 (80.86% from 255 or 41.04% from 502); Max value from RGB is 241 - color contains mainly: green. Hex color #37F1CE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37F1CE is #C80E31. Grayscale: #B5B5B5. Windows color (decimal): -13110834 or 13562167. OLE color: 13562167.

HSL color Cylindrical-coordinate representation of color #37F1CE: hue angle of 168.71º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #37F1CE is Cyan = 0.77, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB 55 241 206 -
CMYK 0.77 0 0.15 0.05
HSL 168.71º 0.87% 0.58% -
HSV(B) 168.71º 0.77% 0.95% -
XYZ 44.17 68.18 69.22 -
YUV 181.4 141.88 37.85 -
System Red Green Blue C M Y K H S L
Decimal 55 241 206 0.77 0 0.15 0.05 168.71 0.87 0.58
Hex 37 F1 CE 4D 0 F 5 A9 57 3A
Octal 67 361 316 115 0 17 5 251 127 72
Binary 110111 11110001 11001110 1001101 0 1111 101 10101001 1010111 111010

Color Harmonies of #37F1CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37F1CE

Black with #37F1CE

Text Example


Text Example

White with #37F1CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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