#33DDFD

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

Shades of Turquoise #33DDFD

Tints of Turquoise #33DDFD

Color information

#33DDFD (or 0x33DDFD) is unknown color: approx Turquoise. HEX triplet: 33, DD and FD. RGB value is (51,221,253). Sum of RGB (Red+Green+Blue) = 51+221+253=525 (69% of max value = 765). Red value is 51 (20.31% from 255 or 9.71% from 525); Green value is 221 (86.72% from 255 or 42.10% from 525); Blue value is 253 (99.22% from 255 or 48.19% from 525); Max value from RGB is 253 - color contains mainly: blue. Hex color #33DDFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #33DDFD is #CC2202. Grayscale: #ADADAD. Windows color (decimal): -13378051 or 16637235. OLE color: 16637235.

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

Color convert

RGB51221253-
CMYK0.800.1300.01
HSL189.5º98.06%59.61%-
HSV(B)189.5º79.84%99.22%-
XYZ44.9559.51102.05-
YUV173.82172.6840.4-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 9.71%
GREEN value IS 221 (86.72% from 255) = 42.10%
BLUE value IS 253 (99.22% from 255) = 48.19%
R=9.71%
G=42.10%
B=48.19%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal512212530.800.1300.01189.598.0659.61
Hex33DDFD50D01be623c
Octal63335375120150127614274
Binary11001111011101111111011010000110101101111101100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33DDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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