Html Css Color HEX #53D7FE Turquoise Blue

📋 copy color: '#53D7FE'

red 83 ◦ green 215 ◦ blue 254

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

Shades of Turquoise Blue #53D7FE

Tints of Turquoise Blue #53D7FE

RGB

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

 GREEN value IS 215 (84.38% from 255) = 38.95%

 BLUE value IS 254 (99.61% from 255) = 46.01%

R = 15.04%
G = 38.95%
B = 46.01%

CMYK

 C value IS 0.67

 M value IS 0.15

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#53D7FE (or 0x53D7FE) is known color: Turquoise Blue. HEX triplet: 53, D7 and FE. RGB value is (83,215,254). Sum of RGB (Red+Green+Blue) = 83+215+254=552 (73% of max value = 765). Red value is 83 (32.81% from 255 or 15.04% from 552); Green value is 215 (84.38% from 255 or 38.95% from 552); Blue value is 254 (99.61% from 255 or 46.01% from 552); Max value from RGB is 254 - color contains mainly: blue. Hex color #53D7FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53D7FE is #AC2801. Grayscale: #B3B3B3. Windows color (decimal): -11282434 or 16701267. OLE color: 16701267.

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

Color convert

RGB 83 215 254 -
CMYK 0.67 0.15 0 0.00
HSL 193.68º 0.99% 0.66% -
HSV(B) 193.68º 0.67% 1% -
XYZ 45.76 57.6 102.47 -
YUV 179.98 169.77 58.83 -
System Red Green Blue C M Y K H S L
Decimal 83 215 254 0.67 0.15 0 0.00 193.68 0.99 0.66
Hex 53 D7 FE 43 F 0 0 C2 63 42
Octal 123 327 376 103 17 0 0 302 143 102
Binary 1010011 11010111 11111110 1000011 1111 0 0 11000010 1100011 1000010

Color Harmonies of #53D7FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53D7FE

Black with #53D7FE

Text Example


Text Example

White with #53D7FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,215,254); }

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

background-color css

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

 a { background-color: rgb(83,215,254); }

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

border-color css

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

 span { border-color: rgb(83,215,254); }

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