#33CAC8

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

Shades of Medium Turquoise #33CAC8

Tints of Medium Turquoise #33CAC8

Color information

#33CAC8 (or 0x33CAC8) is unknown color: approx Medium Turquoise. HEX triplet: 33, CA and C8. RGB value is (51,202,200). Sum of RGB (Red+Green+Blue) = 51+202+200=453 (60% of max value = 765). Red value is 51 (20.31% from 255 or 11.26% from 453); Green value is 202 (79.30% from 255 or 44.59% from 453); Blue value is 200 (78.52% from 255 or 44.15% from 453); Max value from RGB is 202 - color contains mainly: green. Hex color #33CAC8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33CAC8 is #CC3537. Grayscale: #9C9C9C. Windows color (decimal): -13382968 or 13158963. OLE color: 13158963.

HSL color Cylindrical-coordinate representation of color #33CAC8: hue angle of 179.21º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #33CAC8 is Cyan = 0.75, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.21.

Color convert

RGB51202200-
CMYK0.7500.010.21
HSL179.21º59.68%49.61%-
HSV(B)179.21º74.75%79.22%-
XYZ32.9147.1162-
YUV156.62152.4752.66-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 11.26%
GREEN value IS 202 (79.30% from 255) = 44.59%
BLUE value IS 200 (78.52% from 255) = 44.15%
R=11.26%
G=44.59%
B=44.15%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal512022000.7500.010.21179.2159.6849.61
Hex33CAC84B0115b33c32
Octal6331231011301252637462
Binary11001111001010110010001001011011010110110011111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33CAC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,202,200); }

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

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

 a { background-color: rgb(51,202,200); }

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

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

 span { border-color: rgb(51,202,200); }

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