#33C6CE

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

Shades of Medium Turquoise #33C6CE

Tints of Medium Turquoise #33C6CE

Color information

#33C6CE (or 0x33C6CE) is unknown color: approx Medium Turquoise. HEX triplet: 33, C6 and CE. RGB value is (51,198,206). Sum of RGB (Red+Green+Blue) = 51+198+206=455 (60% of max value = 765). Red value is 51 (20.31% from 255 or 11.21% from 455); Green value is 198 (77.73% from 255 or 43.52% from 455); Blue value is 206 (80.86% from 255 or 45.27% from 455); Max value from RGB is 206 - color contains mainly: blue. Hex color #33C6CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33C6CE is #CC3931. Grayscale: #9A9A9A. Windows color (decimal): -13383986 or 13551155. OLE color: 13551155.

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

Color convert

RGB51198206-
CMYK0.750.0400.19
HSL183.1º61.26%50.39%-
HSV(B)183.1º75.24%80.78%-
XYZ32.745.5565.46-
YUV154.96156.853.85-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 11.21%
GREEN value IS 198 (77.73% from 255) = 43.52%
BLUE value IS 206 (80.86% from 255) = 45.27%
R=11.21%
G=43.52%
B=45.27%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal511982060.750.0400.19183.161.2650.39
Hex33C6CE4B4013b73d32
Octal6330631611340232677562
Binary1100111100011011001110100101110001001110110111111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33C6CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,198,206); }

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

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

 a { background-color: rgb(51,198,206); }

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

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

 span { border-color: rgb(51,198,206); }

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