Html Css Color HEX #53DDF0 Turquoise Blue

📋 copy color: '#53DDF0'

red 83 ◦ green 221 ◦ blue 240

#53DDF0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise Blue #53DDF0

Tints of Turquoise Blue #53DDF0

RGB

 RED value IS 83 (32.81% from 255) = 15.26%

 GREEN value IS 221 (86.72% from 255) = 40.63%

 BLUE value IS 240 (94.14% from 255) = 44.12%

R = 15.26%
G = 40.63%
B = 44.12%

CMYK

 C value IS 0.65

 M value IS 0.08

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#53DDF0 (or 0x53DDF0) is known color: Turquoise Blue. HEX triplet: 53, DD and F0. RGB value is (83,221,240). Sum of RGB (Red+Green+Blue) = 83+221+240=544 (72% of max value = 765). Red value is 83 (32.81% from 255 or 15.26% from 544); Green value is 221 (86.72% from 255 or 40.62% from 544); Blue value is 240 (94.14% from 255 or 44.12% from 544); Max value from RGB is 240 - color contains mainly: blue. Hex color #53DDF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53DDF0 is #AC220F. Grayscale: #B5B5B5. Windows color (decimal): -11280912 or 15785299. OLE color: 15785299.

HSL color Cylindrical-coordinate representation of color #53DDF0: hue angle of 187.26º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #53DDF0 is Cyan = 0.65, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 83 221 240 -
CMYK 0.65 0.08 0 0.06
HSL 187.26º 0.84% 0.63% -
HSV(B) 187.26º 0.65% 0.94% -
XYZ 45.15 59.84 91.61 -
YUV 181.9 160.78 57.46 -
System Red Green Blue C M Y K H S L
Decimal 83 221 240 0.65 0.08 0 0.06 187.26 0.84 0.63
Hex 53 DD F0 41 8 0 6 BB 54 3F
Octal 123 335 360 101 10 0 6 273 124 77
Binary 1010011 11011101 11110000 1000001 1000 0 110 10111011 1010100 111111

Color Harmonies of #53DDF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53DDF0

Black with #53DDF0

Text Example


Text Example

White with #53DDF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53DDF0; }

 p { color: rgb(83,221,240); }

 H1.HeaderClassName
 {
   color: #53DDF0;
 }
 .AnyTagClassName
 {
   color: #53DDF0;
 }
</style>

background-color css

<style>
 a { background-color: #53DDF0; }

 a { background-color: rgb(83,221,240); }

 div.DivClassName
 {
   background-color: #53DDF0;
 }
 .BgClassName
 {
   background-color: #53DDF0;
 }
</style>

border-color css

<style>
 span { border-color: #53DDF0; }

 span { border-color: rgb(83,221,240); }

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