#33C8CD

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

Shades of Medium Turquoise #33C8CD

Tints of Medium Turquoise #33C8CD

Color information

#33C8CD (or 0x33C8CD) is unknown color: approx Medium Turquoise. HEX triplet: 33, C8 and CD. RGB value is (51,200,205). Sum of RGB (Red+Green+Blue) = 51+200+205=456 (60% of max value = 765). Red value is 51 (20.31% from 255 or 11.18% from 456); Green value is 200 (78.52% from 255 or 43.86% from 456); Blue value is 205 (80.47% from 255 or 44.96% from 456); Max value from RGB is 205 - color contains mainly: blue. Hex color #33C8CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33C8CD is #CC3732. Grayscale: #9B9B9B. Windows color (decimal): -13383475 or 13486131. OLE color: 13486131.

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

Color convert

RGB51200205-
CMYK0.750.0200.20
HSL181.95º60.63%50.2%-
HSV(B)181.95º75.12%80.39%-
XYZ33.0446.4264.98-
YUV156.02155.6453.09-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 11.18%
GREEN value IS 200 (78.52% from 255) = 43.86%
BLUE value IS 205 (80.47% from 255) = 44.96%
R=11.18%
G=43.86%
B=44.96%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal512002050.750.0200.20181.9560.6350.2
Hex33C8CD4B2014b63d32
Octal6331031511320242667562
Binary110011110010001100110110010111001010010110110111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33C8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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