#33C2BD

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

Shades of Medium Turquoise #33C2BD

Tints of Medium Turquoise #33C2BD

Color information

#33C2BD (or 0x33C2BD) is unknown color: approx Medium Turquoise. HEX triplet: 33, C2 and BD. RGB value is (51,194,189). Sum of RGB (Red+Green+Blue) = 51+194+189=434 (57% of max value = 765). Red value is 51 (20.31% from 255 or 11.75% from 434); Green value is 194 (76.17% from 255 or 44.70% from 434); Blue value is 189 (74.22% from 255 or 43.55% from 434); Max value from RGB is 194 - color contains mainly: green. Hex color #33C2BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33C2BD is #CC3D42. Grayscale: #969696. Windows color (decimal): -13385027 or 12436019. OLE color: 12436019.

HSL color Cylindrical-coordinate representation of color #33C2BD: hue angle of 177.9º 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 #33C2BD is Cyan = 0.74, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB51194189-
CMYK0.7400.030.24
HSL177.9º58.37%48.04%-
HSV(B)177.9º73.71%76.08%-
XYZ29.8442.9654.86-
YUV150.67149.6256.91-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 11.75%
GREEN value IS 194 (76.17% from 255) = 44.70%
BLUE value IS 189 (74.22% from 255) = 43.55%
R=11.75%
G=44.70%
B=43.55%

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
Decimal511941890.7400.030.24177.958.3748.04
Hex33C2BD4A0318b23a30
Octal6330227511203302627260
Binary110011110000101011110110010100111100010110010111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33C2BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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