Html Css Color HEX #53D4F9 Turquoise Blue

📋 copy color: '#53D4F9'

red 83 ◦ green 212 ◦ blue 249

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

Shades of Turquoise Blue #53D4F9

Tints of Turquoise Blue #53D4F9

RGB

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

 GREEN value IS 212 (83.2% from 255) = 38.97%

 BLUE value IS 249 (97.66% from 255) = 45.77%

R = 15.26%
G = 38.97%
B = 45.77%

CMYK

 C value IS 0.67

 M value IS 0.15

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#53D4F9 (or 0x53D4F9) is known color: Turquoise Blue. HEX triplet: 53, D4 and F9. RGB value is (83,212,249). Sum of RGB (Red+Green+Blue) = 83+212+249=544 (72% of max value = 765). Red value is 83 (32.81% from 255 or 15.26% from 544); Green value is 212 (83.20% from 255 or 38.97% from 544); Blue value is 249 (97.66% from 255 or 45.77% from 544); Max value from RGB is 249 - color contains mainly: blue. Hex color #53D4F9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53D4F9 is #AC2B06. Grayscale: #B1B1B1. Windows color (decimal): -11283207 or 16372819. OLE color: 16372819.

HSL color Cylindrical-coordinate representation of color #53D4F9: hue angle of 193.37º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #53D4F9 is Cyan = 0.67, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 83 212 249 -
CMYK 0.67 0.15 0 0.02
HSL 193.37º 0.93% 0.65% -
HSV(B) 193.37º 0.67% 0.98% -
XYZ 44.21 55.77 98.06 -
YUV 177.65 168.26 60.49 -
System Red Green Blue C M Y K H S L
Decimal 83 212 249 0.67 0.15 0 0.02 193.37 0.93 0.65
Hex 53 D4 F9 43 F 0 2 C1 5D 41
Octal 123 324 371 103 17 0 2 301 135 101
Binary 1010011 11010100 11111001 1000011 1111 0 10 11000001 1011101 1000001

Color Harmonies of #53D4F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53D4F9

Black with #53D4F9

Text Example


Text Example

White with #53D4F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,212,249); }

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

background-color css

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

 a { background-color: rgb(83,212,249); }

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

border-color css

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

 span { border-color: rgb(83,212,249); }

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