Html Css Color HEX #37F7C9 Turquoise

📋 copy color: '#37F7C9'

red 55 ◦ green 247 ◦ blue 201

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

Shades of Turquoise #37F7C9

Tints of Turquoise #37F7C9

RGB

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

 GREEN value IS 247 (96.88% from 255) = 49.11%

 BLUE value IS 201 (78.91% from 255) = 39.96%

R = 10.93%
G = 49.11%
B = 39.96%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.19

 K value IS 0.03

RGB Variations

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

Color information

#37F7C9 (or 0x37F7C9) is known color: Turquoise. HEX triplet: 37, F7 and C9. RGB value is (55,247,201). Sum of RGB (Red+Green+Blue) = 55+247+201=503 (66% of max value = 765). Red value is 55 (21.88% from 255 or 10.93% from 503); Green value is 247 (96.88% from 255 or 49.11% from 503); Blue value is 201 (78.91% from 255 or 39.96% from 503); Max value from RGB is 247 - color contains mainly: green. Hex color #37F7C9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37F7C9 is #C80836. Grayscale: #B8B8B8. Windows color (decimal): -13109303 or 13236023. OLE color: 13236023.

HSL color Cylindrical-coordinate representation of color #37F7C9: hue angle of 165.62º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #37F7C9 is Cyan = 0.78, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.03.

Color convert

RGB 55 247 201 -
CMYK 0.78 0 0.19 0.03
HSL 165.63º 0.92% 0.59% -
HSV(B) 165.63º 0.78% 0.97% -
XYZ 45.38 71.55 66.68 -
YUV 184.35 137.39 35.74 -
System Red Green Blue C M Y K H S L
Decimal 55 247 201 0.78 0 0.19 0.03 165.63 0.92 0.59
Hex 37 F7 C9 4E 0 13 3 A6 5C 3B
Octal 67 367 311 116 0 23 3 246 134 73
Binary 110111 11110111 11001001 1001110 0 10011 11 10100110 1011100 111011

Color Harmonies of #37F7C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37F7C9

Black with #37F7C9

Text Example


Text Example

White with #37F7C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,247,201); }

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

background-color css

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

 a { background-color: rgb(55,247,201); }

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

border-color css

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

 span { border-color: rgb(55,247,201); }

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