Html Css Color HEX #37CFC6 Medium Turquoise

📋 copy color: '#37CFC6'

red 55 ◦ green 207 ◦ blue 198

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

Shades of Medium Turquoise #37CFC6

Tints of Medium Turquoise #37CFC6

RGB

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

 GREEN value IS 207 (81.25% from 255) = 45%

 BLUE value IS 198 (77.73% from 255) = 43.04%

R = 11.96%
G = 45%
B = 43.04%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.04

 K value IS 0.19

RGB Variations

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

Color information

#37CFC6 (or 0x37CFC6) is known color: Medium Turquoise. HEX triplet: 37, CF and C6. RGB value is (55,207,198). Sum of RGB (Red+Green+Blue) = 55+207+198=460 (60% of max value = 765). Red value is 55 (21.88% from 255 or 11.96% from 460); Green value is 207 (81.25% from 255 or 45% from 460); Blue value is 198 (77.73% from 255 or 43.04% from 460); Max value from RGB is 207 - color contains mainly: green. Hex color #37CFC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37CFC6 is #C83039. Grayscale: #A0A0A0. Windows color (decimal): -13119546 or 13029175. OLE color: 13029175.

HSL color Cylindrical-coordinate representation of color #37CFC6: hue angle of 176.45º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #37CFC6 is Cyan = 0.73, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.

Color convert

RGB 55 207 198 -
CMYK 0.73 0 0.04 0.19
HSL 176.45º 0.61% 0.51% -
HSV(B) 176.45º 0.73% 0.81% -
XYZ 34.08 49.52 61.19 -
YUV 160.53 149.14 52.73 -
System Red Green Blue C M Y K H S L
Decimal 55 207 198 0.73 0 0.04 0.19 176.45 0.61 0.51
Hex 37 CF C6 49 0 4 13 B0 3D 33
Octal 67 317 306 111 0 4 23 260 75 63
Binary 110111 11001111 11000110 1001001 0 100 10011 10110000 111101 110011

Color Harmonies of #37CFC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37CFC6

Black with #37CFC6

Text Example


Text Example

White with #37CFC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,207,198); }

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

background-color css

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

 a { background-color: rgb(55,207,198); }

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

border-color css

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

 span { border-color: rgb(55,207,198); }

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