#33CDD5

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

Shades of Medium Turquoise #33CDD5

Tints of Medium Turquoise #33CDD5

Color information

#33CDD5 (or 0x33CDD5) is unknown color: approx Medium Turquoise. HEX triplet: 33, CD and D5. RGB value is (51,205,213). Sum of RGB (Red+Green+Blue) = 51+205+213=469 (62% of max value = 765). Red value is 51 (20.31% from 255 or 10.87% from 469); Green value is 205 (80.47% from 255 or 43.71% from 469); Blue value is 213 (83.59% from 255 or 45.42% from 469); Max value from RGB is 213 - color contains mainly: blue. Hex color #33CDD5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33CDD5 is #CC322A. Grayscale: #9F9F9F. Windows color (decimal): -13382187 or 14011699. OLE color: 14011699.

HSL color Cylindrical-coordinate representation of color #33CDD5: hue angle of 182.96º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #33CDD5 is Cyan = 0.76, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB51205213-
CMYK0.760.0400.16
HSL182.96º65.85%51.76%-
HSV(B)182.96º76.06%83.53%-
XYZ35.2149.1770.59-
YUV159.87157.9850.35-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 10.87%
GREEN value IS 205 (80.47% from 255) = 43.71%
BLUE value IS 213 (83.59% from 255) = 45.42%
R=10.87%
G=43.71%
B=45.42%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal512052130.760.0400.16182.9665.8551.76
Hex33CDD54C4010b74234
Octal63315325114402026710264
Binary11001111001101110101011001100100010000101101111000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33CDD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33CDD5; }

 p { color: rgb(51,205,213); }

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

<style>
 a { background-color: #33CDD5; }

 a { background-color: rgb(51,205,213); }

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

<style>
 span { border-color: #33CDD5; }

 span { border-color: rgb(51,205,213); }

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