#33C2BC

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

Shades of Medium Turquoise #33C2BC

Tints of Medium Turquoise #33C2BC

Color information

#33C2BC (or 0x33C2BC) is unknown color: approx Medium Turquoise. HEX triplet: 33, C2 and BC. RGB value is (51,194,188). Sum of RGB (Red+Green+Blue) = 51+194+188=433 (57% of max value = 765). Red value is 51 (20.31% from 255 or 11.78% from 433); Green value is 194 (76.17% from 255 or 44.80% from 433); Blue value is 188 (73.83% from 255 or 43.42% from 433); Max value from RGB is 194 - color contains mainly: green. Hex color #33C2BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33C2BC is #CC3D43. Grayscale: #969696. Windows color (decimal): -13385028 or 12370483. OLE color: 12370483.

HSL color Cylindrical-coordinate representation of color #33C2BC: hue angle of 177.48º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #33C2BC is Cyan = 0.74, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB51194188-
CMYK0.7400.030.24
HSL177.48º58.37%48.04%-
HSV(B)177.48º73.71%76.08%-
XYZ29.7342.9254.29-
YUV150.56149.1256.99-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 11.78%
GREEN value IS 194 (76.17% from 255) = 44.80%
BLUE value IS 188 (73.83% from 255) = 43.42%
R=11.78%
G=44.80%
B=43.42%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal511941880.7400.030.24177.4858.3748.04
Hex33C2BC4A0318b13a30
Octal6330227411203302617260
Binary110011110000101011110010010100111100010110001111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33C2BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,194,188); }

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

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

 a { background-color: rgb(51,194,188); }

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

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

 span { border-color: rgb(51,194,188); }

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