Html Css Color HEX #53D3F6 Turquoise Blue

📋 copy color: '#53D3F6'

red 83 ◦ green 211 ◦ blue 246

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

Shades of Turquoise Blue #53D3F6

Tints of Turquoise Blue #53D3F6

RGB

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

 GREEN value IS 211 (82.81% from 255) = 39.07%

 BLUE value IS 246 (96.48% from 255) = 45.56%

R = 15.37%
G = 39.07%
B = 45.56%

CMYK

 C value IS 0.66

 M value IS 0.14

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#53D3F6 (or 0x53D3F6) is known color: Turquoise Blue. HEX triplet: 53, D3 and F6. RGB value is (83,211,246). Sum of RGB (Red+Green+Blue) = 83+211+246=540 (71% of max value = 765). Red value is 83 (32.81% from 255 or 15.37% from 540); Green value is 211 (82.81% from 255 or 39.07% from 540); Blue value is 246 (96.48% from 255 or 45.56% from 540); Max value from RGB is 246 - color contains mainly: blue. Hex color #53D3F6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53D3F6 is #AC2C09. Grayscale: #B0B0B0. Windows color (decimal): -11283466 or 16175955. OLE color: 16175955.

HSL color Cylindrical-coordinate representation of color #53D3F6: hue angle of 192.88º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #53D3F6 is Cyan = 0.66, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 83 211 246 -
CMYK 0.66 0.14 0 0.04
HSL 192.88º 0.9% 0.65% -
HSV(B) 192.88º 0.66% 0.96% -
XYZ 43.5 55.08 95.53 -
YUV 176.72 167.09 61.15 -
System Red Green Blue C M Y K H S L
Decimal 83 211 246 0.66 0.14 0 0.04 192.88 0.9 0.65
Hex 53 D3 F6 42 E 0 4 C1 5A 41
Octal 123 323 366 102 16 0 4 301 132 101
Binary 1010011 11010011 11110110 1000010 1110 0 100 11000001 1011010 1000001

Color Harmonies of #53D3F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53D3F6

Black with #53D3F6

Text Example


Text Example

White with #53D3F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,211,246); }

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

background-color css

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

 a { background-color: rgb(83,211,246); }

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

border-color css

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

 span { border-color: rgb(83,211,246); }

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