Html Css Color HEX #53D2FD Turquoise Blue

📋 copy color: '#53D2FD'

red 83 ◦ green 210 ◦ blue 253

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

Shades of Turquoise Blue #53D2FD

Tints of Turquoise Blue #53D2FD

RGB

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

 GREEN value IS 210 (82.42% from 255) = 38.46%

 BLUE value IS 253 (99.22% from 255) = 46.34%

R = 15.2%
G = 38.46%
B = 46.34%

CMYK

 C value IS 0.67

 M value IS 0.17

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#53D2FD (or 0x53D2FD) is known color: Turquoise Blue. HEX triplet: 53, D2 and FD. RGB value is (83,210,253). Sum of RGB (Red+Green+Blue) = 83+210+253=546 (72% of max value = 765). Red value is 83 (32.81% from 255 or 15.20% from 546); Green value is 210 (82.42% from 255 or 38.46% from 546); Blue value is 253 (99.22% from 255 or 46.34% from 546); Max value from RGB is 253 - color contains mainly: blue. Hex color #53D2FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53D2FD is #AC2D02. Grayscale: #B0B0B0. Windows color (decimal): -11283715 or 16634451. OLE color: 16634451.

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

Color convert

RGB 83 210 253 -
CMYK 0.67 0.17 0 0.01
HSL 195.18º 0.98% 0.66% -
HSV(B) 195.18º 0.67% 0.99% -
XYZ 44.34 55.02 101.21 -
YUV 176.93 170.92 61 -
System Red Green Blue C M Y K H S L
Decimal 83 210 253 0.67 0.17 0 0.01 195.18 0.98 0.66
Hex 53 D2 FD 43 11 0 1 C3 62 42
Octal 123 322 375 103 21 0 1 303 142 102
Binary 1010011 11010010 11111101 1000011 10001 0 1 11000011 1100010 1000010

Color Harmonies of #53D2FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53D2FD

Black with #53D2FD

Text Example


Text Example

White with #53D2FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,210,253); }

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

background-color css

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

 a { background-color: rgb(83,210,253); }

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

border-color css

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

 span { border-color: rgb(83,210,253); }

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