#33C0C4

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

Shades of Medium Turquoise #33C0C4

Tints of Medium Turquoise #33C0C4

Color information

#33C0C4 (or 0x33C0C4) is unknown color: approx Medium Turquoise. HEX triplet: 33, C0 and C4. RGB value is (51,192,196). Sum of RGB (Red+Green+Blue) = 51+192+196=439 (58% of max value = 765). Red value is 51 (20.31% from 255 or 11.62% from 439); Green value is 192 (75.39% from 255 or 43.74% from 439); Blue value is 196 (76.95% from 255 or 44.65% from 439); Max value from RGB is 196 - color contains mainly: blue. Hex color #33C0C4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33C0C4 is #CC3F3B. Grayscale: #969696. Windows color (decimal): -13385532 or 12894259. OLE color: 12894259.

HSL color Cylindrical-coordinate representation of color #33C0C4: hue angle of 181.66º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #33C0C4 is Cyan = 0.74, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB51192196-
CMYK0.740.0200.23
HSL181.66º58.7%48.43%-
HSV(B)181.66º73.98%76.86%-
XYZ30.1842.3958.82-
YUV150.3153.7957.17-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 11.62%
GREEN value IS 192 (75.39% from 255) = 43.74%
BLUE value IS 196 (76.95% from 255) = 44.65%
R=11.62%
G=43.74%
B=44.65%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal511921960.740.0200.23181.6658.748.43
Hex33C0C44A2017b63b30
Octal6330030411220272667360
Binary110011110000001100010010010101001011110110110111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33C0C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,192,196); }

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

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

 a { background-color: rgb(51,192,196); }

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

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

 span { border-color: rgb(51,192,196); }

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