#33DEEE

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

Shades of Turquoise #33DEEE

Tints of Turquoise #33DEEE

Color information

#33DEEE (or 0x33DEEE) is unknown color: approx Turquoise. HEX triplet: 33, DE and EE. RGB value is (51,222,238). Sum of RGB (Red+Green+Blue) = 51+222+238=511 (67% of max value = 765). Red value is 51 (20.31% from 255 or 9.98% from 511); Green value is 222 (87.11% from 255 or 43.44% from 511); Blue value is 238 (93.36% from 255 or 46.58% from 511); Max value from RGB is 238 - color contains mainly: blue. Hex color #33DEEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #33DEEE is #CC2111. Grayscale: #ACACAC. Windows color (decimal): -13377810 or 15654451. OLE color: 15654451.

HSL color Cylindrical-coordinate representation of color #33DEEE: hue angle of 185.13º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #33DEEE is Cyan = 0.79, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB51222238-
CMYK0.790.0700.07
HSL185.13º84.62%56.67%-
HSV(B)185.13º78.57%93.33%-
XYZ42.9259.1290.04-
YUV172.7164.8541.2-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 9.98%
GREEN value IS 222 (87.11% from 255) = 43.44%
BLUE value IS 238 (93.36% from 255) = 46.58%
R=9.98%
G=43.44%
B=46.58%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal512222380.790.0700.07185.1384.6256.67
Hex33DEEE4F707b95539
Octal6333635611770727112571
Binary110011110111101110111010011111110111101110011010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33DEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,222,238); }

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

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

 a { background-color: rgb(51,222,238); }

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

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

 span { border-color: rgb(51,222,238); }

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