Html Css Color HEX #37F8C8 Turquoise

📋 copy color: '#37F8C8'

red 55 ◦ green 248 ◦ blue 200

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

Shades of Turquoise #37F8C8

Tints of Turquoise #37F8C8

RGB

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

 GREEN value IS 248 (97.27% from 255) = 49.3%

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

R = 10.93%
G = 49.3%
B = 39.76%

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

#37F8C8 (or 0x37F8C8) is known color: Turquoise. HEX triplet: 37, F8 and C8. RGB value is (55,248,200). Sum of RGB (Red+Green+Blue) = 55+248+200=503 (66% of max value = 765). Red value is 55 (21.88% from 255 or 10.93% from 503); Green value is 248 (97.27% from 255 or 49.30% from 503); Blue value is 200 (78.52% from 255 or 39.76% from 503); Max value from RGB is 248 - color contains mainly: green. Hex color #37F8C8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37F8C8 is #C80737. Grayscale: #B8B8B8. Windows color (decimal): -13109048 or 13170743. OLE color: 13170743.

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

Color convert

RGB 55 248 200 -
CMYK 0.78 0 0.19 0.03
HSL 165.08º 0.93% 0.59% -
HSV(B) 165.08º 0.78% 0.97% -
XYZ 45.57 72.12 66.16 -
YUV 184.82 136.56 35.4 -
System Red Green Blue C M Y K H S L
Decimal 55 248 200 0.78 0 0.19 0.03 165.08 0.93 0.59
Hex 37 F8 C8 4E 0 13 3 A5 5D 3B
Octal 67 370 310 116 0 23 3 245 135 73
Binary 110111 11111000 11001000 1001110 0 10011 11 10100101 1011101 111011

Color Harmonies of #37F8C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37F8C8

Black with #37F8C8

Text Example


Text Example

White with #37F8C8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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