#33D5E1

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

Shades of Turquoise #33D5E1

Tints of Turquoise #33D5E1

Color information

#33D5E1 (or 0x33D5E1) is unknown color: approx Turquoise. HEX triplet: 33, D5 and E1. RGB value is (51,213,225). Sum of RGB (Red+Green+Blue) = 51+213+225=489 (64% of max value = 765). Red value is 51 (20.31% from 255 or 10.43% from 489); Green value is 213 (83.59% from 255 or 43.56% from 489); Blue value is 225 (88.28% from 255 or 46.01% from 489); Max value from RGB is 225 - color contains mainly: blue. Hex color #33D5E1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33D5E1 is #CC2A1E. Grayscale: #A5A5A5. Windows color (decimal): -13380127 or 14800179. OLE color: 14800179.

HSL color Cylindrical-coordinate representation of color #33D5E1: hue angle of 184.14º 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 #33D5E1 is Cyan = 0.77, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB51213225-
CMYK0.770.0500.12
HSL184.14º74.36%54.12%-
HSV(B)184.14º77.33%88.24%-
XYZ38.7553.7379.56-
YUV165.93161.3346.02-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 10.43%
GREEN value IS 213 (83.59% from 255) = 43.56%
BLUE value IS 225 (88.28% from 255) = 46.01%
R=10.43%
G=43.56%
B=46.01%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal512132250.770.0500.12184.1474.3654.12
Hex33D5E14D50Cb84a36
Octal63325341115501427011266
Binary1100111101010111100001100110110101100101110001001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33D5E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,213,225); }

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

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

 a { background-color: rgb(51,213,225); }

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

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

 span { border-color: rgb(51,213,225); }

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