#33DDFF

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

Shades of Turquoise #33DDFF

Tints of Turquoise #33DDFF

Color information

#33DDFF (or 0x33DDFF) is unknown color: approx Turquoise. HEX triplet: 33, DD and FF. RGB value is (51,221,255). Sum of RGB (Red+Green+Blue) = 51+221+255=527 (69% of max value = 765). Red value is 51 (20.31% from 255 or 9.68% from 527); Green value is 221 (86.72% from 255 or 41.94% from 527); Blue value is 255 (100% from 255 or 48.39% from 527); Max value from RGB is 255 - color contains mainly: blue. Hex color #33DDFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #33DDFF is #CC2200. Grayscale: #ADADAD. Windows color (decimal): -13378049 or 16768307. OLE color: 16768307.

HSL color Cylindrical-coordinate representation of color #33DDFF: hue angle of 190º 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 #33DDFF is Cyan = 0.8, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB51221255-
CMYK0.80.1300
HSL190º100%60%-
HSV(B)190º80%100%-
XYZ45.2759.64103.73-
YUV174.05173.6840.24-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 9.68%
GREEN value IS 221 (86.72% from 255) = 41.94%
BLUE value IS 255 (100% from 255) = 48.39%
R=9.68%
G=41.94%
B=48.39%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal512212550.80.130019010060
Hex33DDFF50D00be643c
Octal63335377120150027614474
Binary11001111011101111111111010000110100101111101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33DDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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