#2effde

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

Shades of Turquoise #2EFFDE

Tints of Turquoise #2EFFDE

Color information

#2EFFDE (or 0x2EFFDE) is unknown color: approx Turquoise. HEX triplet: 2E, FF and DE. RGB value is (46,255,222). Sum of RGB (Red+Green+Blue) = 46+255+222=523 (69% of max value = 765). Red value is 46 (18.36% from 255 or 8.80% from 523); Green value is 255 (100% from 255 or 48.76% from 523); Blue value is 222 (87.11% from 255 or 42.45% from 523); Max value from RGB is 255 - color contains mainly: green. Hex color #2EFFDE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EFFDE is #D10021. Grayscale: #BCBCBC. Windows color (decimal): -13697058 or 14614318. OLE color: 14614318.

HSL color Cylindrical-coordinate representation of color #2EFFDE: hue angle of 170.53º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EFFDE is Cyan = 0.82, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.

Color convert

RGB46255222-
CMYK0.8200.130
HSL170.53º100%59.02%-
HSV(B)170.53º81.96%100%-
XYZ50.0777.3781.4-
YUV188.75146.7626.18-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 8.80%
GREEN value IS 255 (100% from 255) = 48.76%
BLUE value IS 222 (87.11% from 255) = 42.45%
R=8.80%
G=48.76%
B=42.45%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal462552220.8200.130170.5310059.02
Hex2EFFDE520D0ab643b
Octal56377336122015025314473
Binary10111011111111110111101010010011010101010111100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2effde

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,255,222); }

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

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

 a { background-color: rgb(46,255,222); }

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

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

 span { border-color: rgb(46,255,222); }

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