Html Css Color HEX #53DDFF Turquoise Blue

📋 copy color: '#53DDFF'

red 83 ◦ green 221 ◦ blue 255

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

Shades of Turquoise Blue #53DDFF

Tints of Turquoise Blue #53DDFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 45.62%

R = 14.85%
G = 39.53%
B = 45.62%

CMYK

 C value IS 0.67

 M value IS 0.13

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#53DDFF (or 0x53DDFF) is known color: Turquoise Blue. HEX triplet: 53, DD and FF. RGB value is (83,221,255). Sum of RGB (Red+Green+Blue) = 83+221+255=559 (74% of max value = 765). Red value is 83 (32.81% from 255 or 14.85% from 559); Green value is 221 (86.72% from 255 or 39.53% from 559); Blue value is 255 (100% from 255 or 45.62% from 559); Max value from RGB is 255 - color contains mainly: blue. Hex color #53DDFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53DDFF is #AC2200. Grayscale: #B7B7B7. Windows color (decimal): -11280897 or 16768339. OLE color: 16768339.

HSL color Cylindrical-coordinate representation of color #53DDFF: hue angle of 191.86º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #53DDFF is Cyan = 0.67, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 83 221 255 -
CMYK 0.67 0.13 0 0
HSL 191.86º 1% 0.66% -
HSV(B) 191.86º 0.67% 1% -
XYZ 47.47 60.77 103.84 -
YUV 183.61 168.28 56.24 -
System Red Green Blue C M Y K H S L
Decimal 83 221 255 0.67 0.13 0 0 191.86 1 0.66
Hex 53 DD FF 43 D 0 0 C0 64 42
Octal 123 335 377 103 15 0 0 300 144 102
Binary 1010011 11011101 11111111 1000011 1101 0 0 11000000 1100100 1000010

Color Harmonies of #53DDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53DDFF

Black with #53DDFF

Text Example


Text Example

White with #53DDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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