#2deaea

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

Shades of Turquoise #2DEAEA

Tints of Turquoise #2DEAEA

Color information

#2DEAEA (or 0x2DEAEA) is unknown color: approx Turquoise. HEX triplet: 2D, EA and EA. RGB value is (45,234,234). Sum of RGB (Red+Green+Blue) = 45+234+234=513 (67% of max value = 765). Red value is 45 (17.97% from 255 or 8.77% from 513); Green value is 234 (91.80% from 255 or 45.61% from 513); Blue value is 234 (91.80% from 255 or 45.61% from 513); Max value from RGB is 234 - color contains mainly: green, blue. Hex color #2DEAEA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2DEAEA is #D21515. Grayscale: #B1B1B1. Windows color (decimal): -13767958 or 15395373. OLE color: 15395373.

HSL color Cylindrical-coordinate representation of color #2DEAEA: hue angle of 180º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DEAEA is Cyan = 0.81, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB45234234-
CMYK0.81000.08
HSL180º81.82%54.71%-
HSV(B)180º80.77%91.76%-
XYZ45.3665.3488.06-
YUV177.49159.8833.5-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 8.77%
GREEN value IS 234 (91.80% from 255) = 45.61%
BLUE value IS 234 (91.80% from 255) = 45.61%
R=8.77%
G=45.61%
B=45.61%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal452342340.81000.0818081.8254.71
Hex2DEAEA51008b45237
Octal55352352121001026412267
Binary10110111101010111010101010001001000101101001010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2deaea

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,234,234); }

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

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

 a { background-color: rgb(45,234,234); }

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

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

 span { border-color: rgb(45,234,234); }

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