#2edbf1

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

Shades of Turquoise #2EDBF1

Tints of Turquoise #2EDBF1

Color information

#2EDBF1 (or 0x2EDBF1) is unknown color: approx Turquoise. HEX triplet: 2E, DB and F1. RGB value is (46,219,241). Sum of RGB (Red+Green+Blue) = 46+219+241=506 (67% of max value = 765). Red value is 46 (18.36% from 255 or 9.09% from 506); Green value is 219 (85.94% from 255 or 43.28% from 506); Blue value is 241 (94.53% from 255 or 47.63% from 506); Max value from RGB is 241 - color contains mainly: blue. Hex color #2EDBF1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2EDBF1 is #D1240E. Grayscale: #A9A9A9. Windows color (decimal): -13706255 or 15850286. OLE color: 15850286.

HSL color Cylindrical-coordinate representation of color #2EDBF1: hue angle of 186.77º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EDBF1 is Cyan = 0.81, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB46219241-
CMYK0.810.0900.05
HSL186.77º87.44%56.27%-
HSV(B)186.77º80.91%94.51%-
XYZ42.3457.5992.1-
YUV169.78168.1939.71-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 9.09%
GREEN value IS 219 (85.94% from 255) = 43.28%
BLUE value IS 241 (94.53% from 255) = 47.63%
R=9.09%
G=43.28%
B=47.63%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal462192410.810.0900.05186.7787.4456.27
Hex2EDBF151905bb5738
Octal56333361121110527312770
Binary1011101101101111110001101000110010101101110111010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2edbf1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2edbf1; }

 p { color: rgb(46,219,241); }

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

<style>
 a { background-color: #2edbf1; }

 a { background-color: rgb(46,219,241); }

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

<style>
 span { border-color: #2edbf1; }

 span { border-color: rgb(46,219,241); }

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