Html Css Color HEX #53D9FC Turquoise Blue

📋 copy color: '#53D9FC'

red 83 ◦ green 217 ◦ blue 252

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

Shades of Turquoise Blue #53D9FC

Tints of Turquoise Blue #53D9FC

RGB

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

 GREEN value IS 217 (85.16% from 255) = 39.31%

 BLUE value IS 252 (98.83% from 255) = 45.65%

R = 15.04%
G = 39.31%
B = 45.65%

CMYK

 C value IS 0.67

 M value IS 0.14

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#53D9FC (or 0x53D9FC) is known color: Turquoise Blue. HEX triplet: 53, D9 and FC. RGB value is (83,217,252). Sum of RGB (Red+Green+Blue) = 83+217+252=552 (73% of max value = 765). Red value is 83 (32.81% from 255 or 15.04% from 552); Green value is 217 (85.16% from 255 or 39.31% from 552); Blue value is 252 (98.83% from 255 or 45.65% from 552); Max value from RGB is 252 - color contains mainly: blue. Hex color #53D9FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53D9FC is #AC2603. Grayscale: #B4B4B4. Windows color (decimal): -11281924 or 16570707. OLE color: 16570707.

HSL color Cylindrical-coordinate representation of color #53D9FC: hue angle of 192.43º degrees, saturation: 0.97, 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 #53D9FC is Cyan = 0.67, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 83 217 252 -
CMYK 0.67 0.14 0 0.01
HSL 192.43º 0.97% 0.66% -
HSV(B) 192.43º 0.67% 0.99% -
XYZ 45.95 58.49 100.96 -
YUV 180.92 168.11 58.15 -
System Red Green Blue C M Y K H S L
Decimal 83 217 252 0.67 0.14 0 0.01 192.43 0.97 0.66
Hex 53 D9 FC 43 E 0 1 C0 61 42
Octal 123 331 374 103 16 0 1 300 141 102
Binary 1010011 11011001 11111100 1000011 1110 0 1 11000000 1100001 1000010

Color Harmonies of #53D9FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53D9FC

Black with #53D9FC

Text Example


Text Example

White with #53D9FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,217,252); }

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

background-color css

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

 a { background-color: rgb(83,217,252); }

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

border-color css

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

 span { border-color: rgb(83,217,252); }

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