Html Css Color HEX #53D4FF Turquoise Blue

📋 copy color: '#53D4FF'

red 83 ◦ green 212 ◦ blue 255

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

Shades of Turquoise Blue #53D4FF

Tints of Turquoise Blue #53D4FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 46.36%

R = 15.09%
G = 38.55%
B = 46.36%

CMYK

 C value IS 0.67

 M value IS 0.17

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#53D4FF (or 0x53D4FF) is known color: Turquoise Blue. HEX triplet: 53, D4 and FF. RGB value is (83,212,255). Sum of RGB (Red+Green+Blue) = 83+212+255=550 (72% of max value = 765). Red value is 83 (32.81% from 255 or 15.09% from 550); Green value is 212 (83.20% from 255 or 38.55% from 550); Blue value is 255 (100% from 255 or 46.36% from 550); Max value from RGB is 255 - color contains mainly: blue. Hex color #53D4FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53D4FF is #AC2B00. Grayscale: #B2B2B2. Windows color (decimal): -11283201 or 16766035. OLE color: 16766035.

HSL color Cylindrical-coordinate representation of color #53D4FF: hue angle of 195º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #53D4FF is Cyan = 0.67, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 83 212 255 -
CMYK 0.67 0.17 0 0
HSL 195º 1% 0.66% -
HSV(B) 195º 0.67% 1% -
XYZ 45.16 56.15 103.06 -
YUV 178.33 171.26 60 -
System Red Green Blue C M Y K H S L
Decimal 83 212 255 0.67 0.17 0 0 195 1 0.66
Hex 53 D4 FF 43 11 0 0 C3 64 42
Octal 123 324 377 103 21 0 0 303 144 102
Binary 1010011 11010100 11111111 1000011 10001 0 0 11000011 1100100 1000010

Color Harmonies of #53D4FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53D4FF

Black with #53D4FF

Text Example


Text Example

White with #53D4FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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