Html Css Color HEX #37FCC7 Turquoise

📋 copy color: '#37FCC7'

red 55 ◦ green 252 ◦ blue 199

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

Shades of Turquoise #37FCC7

Tints of Turquoise #37FCC7

RGB

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

 GREEN value IS 252 (98.83% from 255) = 49.8%

 BLUE value IS 199 (78.13% from 255) = 39.33%

R = 10.87%
G = 49.8%
B = 39.33%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.21

 K value IS 0.01

RGB Variations

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

Color information

#37FCC7 (or 0x37FCC7) is known color: Turquoise. HEX triplet: 37, FC and C7. RGB value is (55,252,199). Sum of RGB (Red+Green+Blue) = 55+252+199=506 (67% of max value = 765). Red value is 55 (21.88% from 255 or 10.87% from 506); Green value is 252 (98.83% from 255 or 49.80% from 506); Blue value is 199 (78.12% from 255 or 39.33% from 506); Max value from RGB is 252 - color contains mainly: green. Hex color #37FCC7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37FCC7 is #C80338. Grayscale: #BBBBBB. Windows color (decimal): -13108025 or 13106231. OLE color: 13106231.

HSL color Cylindrical-coordinate representation of color #37FCC7: hue angle of 163.86º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #37FCC7 is Cyan = 0.78, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.

Color convert

RGB 55 252 199 -
CMYK 0.78 0 0.21 0.01
HSL 163.86º 0.97% 0.6% -
HSV(B) 163.86º 0.78% 0.99% -
XYZ 46.69 74.56 65.96 -
YUV 187.06 134.73 33.81 -
System Red Green Blue C M Y K H S L
Decimal 55 252 199 0.78 0 0.21 0.01 163.86 0.97 0.6
Hex 37 FC C7 4E 0 15 1 A4 61 3C
Octal 67 374 307 116 0 25 1 244 141 74
Binary 110111 11111100 11000111 1001110 0 10101 1 10100100 1100001 111100

Color Harmonies of #37FCC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37FCC7

Black with #37FCC7

Text Example


Text Example

White with #37FCC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,252,199); }

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

background-color css

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

 a { background-color: rgb(55,252,199); }

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

border-color css

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

 span { border-color: rgb(55,252,199); }

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