#36DEFD

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

Shades of Turquoise #36DEFD

Tints of Turquoise #36DEFD

Color information

#36DEFD (or 0x36DEFD) is unknown color: approx Turquoise. HEX triplet: 36, DE and FD. RGB value is (54,222,253). Sum of RGB (Red+Green+Blue) = 54+222+253=529 (70% of max value = 765). Red value is 54 (21.48% from 255 or 10.21% from 529); Green value is 222 (87.11% from 255 or 41.97% from 529); Blue value is 253 (99.22% from 255 or 47.83% from 529); Max value from RGB is 253 - color contains mainly: blue. Hex color #36DEFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #36DEFD is #C92102. Grayscale: #AFAFAF. Windows color (decimal): -13181187 or 16637494. OLE color: 16637494.

HSL color Cylindrical-coordinate representation of color #36DEFD: hue angle of 189.35º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #36DEFD is Cyan = 0.79, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB54222253-
CMYK0.790.1200.01
HSL189.35º98.03%60.2%-
HSV(B)189.35º78.66%99.22%-
XYZ45.3760.12102.14-
YUV175.3171.8441.48-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 10.21%
GREEN value IS 222 (87.11% from 255) = 41.97%
BLUE value IS 253 (99.22% from 255) = 47.83%
R=10.21%
G=41.97%
B=47.83%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal542222530.790.1200.01189.3598.0360.2
Hex36DEFD4FC01bd623c
Octal66336375117140127514274
Binary11011011011110111111011001111110001101111011100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36DEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36DEFD; }

 p { color: rgb(54,222,253); }

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

<style>
 a { background-color: #36DEFD; }

 a { background-color: rgb(54,222,253); }

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

<style>
 span { border-color: #36DEFD; }

 span { border-color: rgb(54,222,253); }

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