#33CDC7

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

Shades of Medium Turquoise #33CDC7

Tints of Medium Turquoise #33CDC7

Color information

#33CDC7 (or 0x33CDC7) is unknown color: approx Medium Turquoise. HEX triplet: 33, CD and C7. RGB value is (51,205,199). Sum of RGB (Red+Green+Blue) = 51+205+199=455 (60% of max value = 765). Red value is 51 (20.31% from 255 or 11.21% from 455); Green value is 205 (80.47% from 255 or 45.05% from 455); Blue value is 199 (78.12% from 255 or 43.74% from 455); Max value from RGB is 205 - color contains mainly: green. Hex color #33CDC7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33CDC7 is #CC3238. Grayscale: #9E9E9E. Windows color (decimal): -13382201 or 13094195. OLE color: 13094195.

HSL color Cylindrical-coordinate representation of color #33CDC7: hue angle of 177.66º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #33CDC7 is Cyan = 0.75, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.

Color convert

RGB51205199-
CMYK0.7500.030.20
HSL177.66º60.63%50.2%-
HSV(B)177.66º75.12%80.39%-
XYZ33.5148.4961.63-
YUV158.27150.9851.49-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 11.21%
GREEN value IS 205 (80.47% from 255) = 45.05%
BLUE value IS 199 (78.12% from 255) = 43.74%
R=11.21%
G=45.05%
B=43.74%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal512051990.7500.030.20177.6660.6350.2
Hex33CDC74B0314b23d32
Octal6331530711303242627562
Binary110011110011011100011110010110111010010110010111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33CDC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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