Html Css Color HEX #37F7C8 Turquoise

📋 copy color: '#37F7C8'

red 55 ◦ green 247 ◦ blue 200

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

Shades of Turquoise #37F7C8

Tints of Turquoise #37F7C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 39.84%

R = 10.96%
G = 49.2%
B = 39.84%

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

#37F7C8 (or 0x37F7C8) is known color: Turquoise. HEX triplet: 37, F7 and C8. RGB value is (55,247,200). Sum of RGB (Red+Green+Blue) = 55+247+200=502 (66% of max value = 765). Red value is 55 (21.88% from 255 or 10.96% from 502); Green value is 247 (96.88% from 255 or 49.20% from 502); Blue value is 200 (78.52% from 255 or 39.84% from 502); Max value from RGB is 247 - color contains mainly: green. Hex color #37F7C8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37F7C8 is #C80837. Grayscale: #B8B8B8. Windows color (decimal): -13109304 or 13170487. OLE color: 13170487.

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

Color convert

RGB 55 247 200 -
CMYK 0.78 0 0.19 0.03
HSL 165.31º 0.92% 0.59% -
HSV(B) 165.31º 0.78% 0.97% -
XYZ 45.26 71.5 66.06 -
YUV 184.23 136.89 35.82 -
System Red Green Blue C M Y K H S L
Decimal 55 247 200 0.78 0 0.19 0.03 165.31 0.92 0.59
Hex 37 F7 C8 4E 0 13 3 A5 5C 3B
Octal 67 367 310 116 0 23 3 245 134 73
Binary 110111 11110111 11001000 1001110 0 10011 11 10100101 1011100 111011

Color Harmonies of #37F7C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37F7C8

Black with #37F7C8

Text Example


Text Example

White with #37F7C8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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