#33E0BD

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

Shades of Turquoise #33E0BD

Tints of Turquoise #33E0BD

Color information

#33E0BD (or 0x33E0BD) is unknown color: approx Turquoise. HEX triplet: 33, E0 and BD. RGB value is (51,224,189). Sum of RGB (Red+Green+Blue) = 51+224+189=464 (61% of max value = 765). Red value is 51 (20.31% from 255 or 10.99% from 464); Green value is 224 (87.89% from 255 or 48.28% from 464); Blue value is 189 (74.22% from 255 or 40.73% from 464); Max value from RGB is 224 - color contains mainly: green. Hex color #33E0BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33E0BD is #CC1F42. Grayscale: #A8A8A8. Windows color (decimal): -13377347 or 12443699. OLE color: 12443699.

HSL color Cylindrical-coordinate representation of color #33E0BD: hue angle of 167.86º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #33E0BD is Cyan = 0.77, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB51224189-
CMYK0.7700.160.12
HSL167.86º73.62%53.92%-
HSV(B)167.86º77.23%87.84%-
XYZ37.2157.6957.32-
YUV168.28139.6944.35-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 10.99%
GREEN value IS 224 (87.89% from 255) = 48.28%
BLUE value IS 189 (74.22% from 255) = 40.73%
R=10.99%
G=48.28%
B=40.73%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal512241890.7700.160.12167.8673.6253.92
Hex33E0BD4D010Ca84a36
Octal633402751150201425011266
Binary110011111000001011110110011010100001100101010001001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33E0BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,224,189); }

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

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

 a { background-color: rgb(51,224,189); }

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

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

 span { border-color: rgb(51,224,189); }

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