Html Css Color HEX #53DAFC Turquoise Blue

📋 copy color: '#53DAFC'

red 83 ◦ green 218 ◦ blue 252

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

Shades of Turquoise Blue #53DAFC

Tints of Turquoise Blue #53DAFC

RGB

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

 GREEN value IS 218 (85.55% from 255) = 39.42%

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

R = 15.01%
G = 39.42%
B = 45.57%

CMYK

 C value IS 0.67

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#53DAFC (or 0x53DAFC) is known color: Turquoise Blue. HEX triplet: 53, DA and FC. RGB value is (83,218,252). Sum of RGB (Red+Green+Blue) = 83+218+252=553 (73% of max value = 765). Red value is 83 (32.81% from 255 or 15.01% from 553); Green value is 218 (85.55% from 255 or 39.42% from 553); Blue value is 252 (98.83% from 255 or 45.57% from 553); Max value from RGB is 252 - color contains mainly: blue. Hex color #53DAFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53DAFC is #AC2503. Grayscale: #B5B5B5. Windows color (decimal): -11281668 or 16570963. OLE color: 16570963.

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

Color convert

RGB 83 218 252 -
CMYK 0.67 0.13 0 0.01
HSL 192.07º 0.97% 0.66% -
HSV(B) 192.07º 0.67% 0.99% -
XYZ 46.21 59.01 101.05 -
YUV 181.51 167.77 57.74 -
System Red Green Blue C M Y K H S L
Decimal 83 218 252 0.67 0.13 0 0.01 192.07 0.97 0.66
Hex 53 DA FC 43 D 0 1 C0 61 42
Octal 123 332 374 103 15 0 1 300 141 102
Binary 1010011 11011010 11111100 1000011 1101 0 1 11000000 1100001 1000010

Color Harmonies of #53DAFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53DAFC

Black with #53DAFC

Text Example


Text Example

White with #53DAFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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