#2DCBCE

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

Shades of Medium Turquoise #2DCBCE

Tints of Medium Turquoise #2DCBCE

Color information

#2DCBCE (or 0x2DCBCE) is unknown color: approx Medium Turquoise. HEX triplet: 2D, CB and CE. RGB value is (45,203,206). Sum of RGB (Red+Green+Blue) = 45+203+206=454 (60% of max value = 765). Red value is 45 (17.97% from 255 or 9.91% from 454); Green value is 203 (79.69% from 255 or 44.71% from 454); Blue value is 206 (80.86% from 255 or 45.37% from 454); Max value from RGB is 206 - color contains mainly: blue. Hex color #2DCBCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DCBCE is #D23431. Grayscale: #9B9B9B. Windows color (decimal): -13775922 or 13552429. OLE color: 13552429.

HSL color Cylindrical-coordinate representation of color #2DCBCE: hue angle of 181.12º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2DCBCE is Cyan = 0.78, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB45203206-
CMYK0.780.0100.19
HSL181.12º64.14%49.22%-
HSV(B)181.12º78.16%80.78%-
XYZ33.5847.7365.83-
YUV156.1156.1548.76-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 9.91%
GREEN value IS 203 (79.69% from 255) = 44.71%
BLUE value IS 206 (80.86% from 255) = 45.37%
R=9.91%
G=44.71%
B=45.37%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal452032060.780.0100.19181.1264.1449.22
Hex2DCBCE4E1013b54031
Octal55313316116102326510061
Binary101101110010111100111010011101010011101101011000000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DCBCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,203,206); }

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

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

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

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

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

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

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