#33DEFF

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

Shades of Turquoise #33DEFF

Tints of Turquoise #33DEFF

Color information

#33DEFF (or 0x33DEFF) is unknown color: approx Turquoise. HEX triplet: 33, DE and FF. RGB value is (51,222,255). Sum of RGB (Red+Green+Blue) = 51+222+255=528 (69% of max value = 765). Red value is 51 (20.31% from 255 or 9.66% from 528); Green value is 222 (87.11% from 255 or 42.05% from 528); Blue value is 255 (100% from 255 or 48.30% from 528); Max value from RGB is 255 - color contains mainly: blue. Hex color #33DEFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #33DEFF is #CC2100. Grayscale: #AEAEAE. Windows color (decimal): -13377793 or 16768563. OLE color: 16768563.

HSL color Cylindrical-coordinate representation of color #33DEFF: hue angle of 189.71º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #33DEFF is Cyan = 0.8, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB51222255-
CMYK0.80.1300
HSL189.71º100%60%-
HSV(B)189.71º80%100%-
XYZ45.5460.17103.82-
YUV174.63173.3539.82-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 9.66%
GREEN value IS 222 (87.11% from 255) = 42.05%
BLUE value IS 255 (100% from 255) = 48.30%
R=9.66%
G=42.05%
B=48.30%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal512222550.80.1300189.7110060
Hex33DEFF50D00be643c
Octal63336377120150027614474
Binary11001111011110111111111010000110100101111101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33DEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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