#33EBBD

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

Shades of Turquoise #33EBBD

Tints of Turquoise #33EBBD

Color information

#33EBBD (or 0x33EBBD) is unknown color: approx Turquoise. HEX triplet: 33, EB and BD. RGB value is (51,235,189). Sum of RGB (Red+Green+Blue) = 51+235+189=475 (62% of max value = 765). Red value is 51 (20.31% from 255 or 10.74% from 475); Green value is 235 (92.19% from 255 or 49.47% from 475); Blue value is 189 (74.22% from 255 or 39.79% from 475); Max value from RGB is 235 - color contains mainly: green. Hex color #33EBBD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #33EBBD is #CC1442. Grayscale: #AEAEAE. Windows color (decimal): -13374531 or 12446515. OLE color: 12446515.

HSL color Cylindrical-coordinate representation of color #33EBBD: hue angle of 165º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #33EBBD is Cyan = 0.78, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB51235189-
CMYK0.7800.200.08
HSL165º82.14%56.08%-
HSV(B)165º78.3%92.16%-
XYZ40.2663.7958.34-
YUV174.74136.0439.74-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 10.74%
GREEN value IS 235 (92.19% from 255) = 49.47%
BLUE value IS 189 (74.22% from 255) = 39.79%
R=10.74%
G=49.47%
B=39.79%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal512351890.7800.200.0816582.1456.08
Hex33EBBD4E0148a55238
Octal633532751160241024512270
Binary110011111010111011110110011100101001000101001011010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33EBBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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