#33DCFD

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

Shades of Turquoise #33DCFD

Tints of Turquoise #33DCFD

Color information

#33DCFD (or 0x33DCFD) is unknown color: approx Turquoise. HEX triplet: 33, DC and FD. RGB value is (51,220,253). Sum of RGB (Red+Green+Blue) = 51+220+253=524 (69% of max value = 765). Red value is 51 (20.31% from 255 or 9.73% from 524); Green value is 220 (86.33% from 255 or 41.98% from 524); Blue value is 253 (99.22% from 255 or 48.28% from 524); Max value from RGB is 253 - color contains mainly: blue. Hex color #33DCFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #33DCFD is #CC2302. Grayscale: #ACACAC. Windows color (decimal): -13378307 or 16636979. OLE color: 16636979.

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

Color convert

RGB51220253-
CMYK0.800.1300.01
HSL189.8º98.06%59.61%-
HSV(B)189.8º79.84%99.22%-
XYZ44.6958.98101.96-
YUV173.23173.0140.82-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 9.73%
GREEN value IS 220 (86.33% from 255) = 41.98%
BLUE value IS 253 (99.22% from 255) = 48.28%
R=9.73%
G=41.98%
B=48.28%

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
Decimal512202530.800.1300.01189.898.0659.61
Hex33DCFD50D01be623c
Octal63334375120150127614274
Binary11001111011100111111011010000110101101111101100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33DCFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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