#33EDC4

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

Shades of Turquoise #33EDC4

Tints of Turquoise #33EDC4

Color information

#33EDC4 (or 0x33EDC4) is unknown color: approx Turquoise. HEX triplet: 33, ED and C4. RGB value is (51,237,196). Sum of RGB (Red+Green+Blue) = 51+237+196=484 (64% of max value = 765). Red value is 51 (20.31% from 255 or 10.54% from 484); Green value is 237 (92.97% from 255 or 48.97% from 484); Blue value is 196 (76.95% from 255 or 40.50% from 484); Max value from RGB is 237 - color contains mainly: green. Hex color #33EDC4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #33EDC4 is #CC123B. Grayscale: #B0B0B0. Windows color (decimal): -13374012 or 12905779. OLE color: 12905779.

HSL color Cylindrical-coordinate representation of color #33EDC4: hue angle of 166.77º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #33EDC4 is Cyan = 0.78, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.

Color convert

RGB51237196-
CMYK0.7800.170.07
HSL166.77º83.78%56.47%-
HSV(B)166.77º78.48%92.94%-
XYZ41.6165.2662.63-
YUV176.71138.8838.33-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 10.54%
GREEN value IS 237 (92.97% from 255) = 48.97%
BLUE value IS 196 (76.95% from 255) = 40.50%
R=10.54%
G=48.97%
B=40.50%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal512371960.7800.170.07166.7783.7856.47
Hex33EDC44E0117a75438
Octal63355304116021724712470
Binary11001111101101110001001001110010001111101001111010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33EDC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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