Html Css Color HEX #53D4FC Turquoise Blue

📋 copy color: '#53D4FC'

red 83 ◦ green 212 ◦ blue 252

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

Shades of Turquoise Blue #53D4FC

Tints of Turquoise Blue #53D4FC

RGB

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

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

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

R = 15.17%
G = 38.76%
B = 46.07%

CMYK

 C value IS 0.67

 M value IS 0.16

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#53D4FC (or 0x53D4FC) is known color: Turquoise Blue. HEX triplet: 53, D4 and FC. RGB value is (83,212,252). Sum of RGB (Red+Green+Blue) = 83+212+252=547 (72% of max value = 765). Red value is 83 (32.81% from 255 or 15.17% from 547); Green value is 212 (83.20% from 255 or 38.76% from 547); Blue value is 252 (98.83% from 255 or 46.07% from 547); Max value from RGB is 252 - color contains mainly: blue. Hex color #53D4FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53D4FC is #AC2B03. Grayscale: #B1B1B1. Windows color (decimal): -11283204 or 16569427. OLE color: 16569427.

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

Color convert

RGB 83 212 252 -
CMYK 0.67 0.16 0 0.01
HSL 194.2º 0.97% 0.66% -
HSV(B) 194.2º 0.67% 0.99% -
XYZ 44.68 55.95 100.54 -
YUV 177.99 169.76 60.25 -
System Red Green Blue C M Y K H S L
Decimal 83 212 252 0.67 0.16 0 0.01 194.2 0.97 0.66
Hex 53 D4 FC 43 10 0 1 C2 61 42
Octal 123 324 374 103 20 0 1 302 141 102
Binary 1010011 11010100 11111100 1000011 10000 0 1 11000010 1100001 1000010

Color Harmonies of #53D4FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53D4FC

Black with #53D4FC

Text Example


Text Example

White with #53D4FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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