#33C8BE

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

Shades of Medium Turquoise #33C8BE

Tints of Medium Turquoise #33C8BE

Color information

#33C8BE (or 0x33C8BE) is unknown color: approx Medium Turquoise. HEX triplet: 33, C8 and BE. RGB value is (51,200,190). Sum of RGB (Red+Green+Blue) = 51+200+190=441 (58% of max value = 765). Red value is 51 (20.31% from 255 or 11.56% from 441); Green value is 200 (78.52% from 255 or 45.35% from 441); Blue value is 190 (74.61% from 255 or 43.08% from 441); Max value from RGB is 200 - color contains mainly: green. Hex color #33C8BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33C8BE is #CC3741. Grayscale: #9A9A9A. Windows color (decimal): -13383490 or 12503091. OLE color: 12503091.

HSL color Cylindrical-coordinate representation of color #33C8BE: hue angle of 175.97º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #33C8BE is Cyan = 0.74, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB51200190-
CMYK0.7400.050.22
HSL175.97º59.36%49.22%-
HSV(B)175.97º74.5%78.43%-
XYZ31.3145.7355.89-
YUV154.31148.1454.31-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 11.56%
GREEN value IS 200 (78.52% from 255) = 45.35%
BLUE value IS 190 (74.61% from 255) = 43.08%
R=11.56%
G=45.35%
B=43.08%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal512001900.7400.050.22175.9759.3649.22
Hex33C8BE4A0516b03b31
Octal6331027611205262607361
Binary1100111100100010111110100101001011011010110000111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33C8BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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