#31E6C4

Color #31E6C4 Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise #31E6C4

Tints of Turquoise #31E6C4

Color information

#31E6C4 (or 0x31E6C4) is unknown color: approx Turquoise. HEX triplet: 31, E6 and C4. RGB value is (49,230,196). Sum of RGB (Red+Green+Blue) = 49+230+196=475 (62% of max value = 765). Red value is 49 (19.53% from 255 or 10.32% from 475); Green value is 230 (90.23% from 255 or 48.42% from 475); Blue value is 196 (76.95% from 255 or 41.26% from 475); Max value from RGB is 230 - color contains mainly: green. Hex color #31E6C4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31E6C4 is #CE193B. Grayscale: #ABABAB. Windows color (decimal): -13506876 or 12903985. OLE color: 12903985.

HSL color Cylindrical-coordinate representation of color #31E6C4: hue angle of 168.73º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31E6C4 is Cyan = 0.79, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.10.

Color convert

RGB49230196-
CMYK0.7900.150.10
HSL168.73º78.35%54.71%-
HSV(B)168.73º78.7%90.2%-
XYZ39.5361.2361.96-
YUV172141.5340.26-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 10.32%
GREEN value IS 230 (90.23% from 255) = 48.42%
BLUE value IS 196 (76.95% from 255) = 41.26%
R=10.32%
G=48.42%
B=41.26%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal492301960.7900.150.10168.7378.3554.71
Hex31E6C44F0FAa94e37
Octal613463041170171225111667
Binary11000111100110110001001001111011111010101010011001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31E6C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31E6C4; }

 p { color: rgb(49,230,196); }

 H1.HeaderClassName
 {
   color: #31E6C4;
 }
 .AnyTagClassName
 {
   color: #31E6C4;
 }
</style>
background-color css

<style>
 a { background-color: #31E6C4; }

 a { background-color: rgb(49,230,196); }

 div.DivClassName
 {
   background-color: #31E6C4;
 }
 .BgClassName
 {
   background-color: #31E6C4;
 }
</style>
border-color css

<style>
 span { border-color: #31E6C4; }

 span { border-color: rgb(49,230,196); }

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