Html Css Color HEX #53EAFA Turquoise Blue

📋 copy color: '#53EAFA'

red 83 ◦ green 234 ◦ blue 250

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

Shades of Turquoise Blue #53EAFA

Tints of Turquoise Blue #53EAFA

RGB

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

 GREEN value IS 234 (91.8% from 255) = 41.27%

 BLUE value IS 250 (98.05% from 255) = 44.09%

R = 14.64%
G = 41.27%
B = 44.09%

CMYK

 C value IS 0.67

 M value IS 0.06

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#53EAFA (or 0x53EAFA) is known color: Turquoise Blue. HEX triplet: 53, EA and FA. RGB value is (83,234,250). Sum of RGB (Red+Green+Blue) = 83+234+250=567 (75% of max value = 765). Red value is 83 (32.81% from 255 or 14.64% from 567); Green value is 234 (91.80% from 255 or 41.27% from 567); Blue value is 250 (98.05% from 255 or 44.09% from 567); Max value from RGB is 250 - color contains mainly: blue. Hex color #53EAFA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #53EAFA is #AC1505. Grayscale: #BEBEBE. Windows color (decimal): -11277574 or 16443987. OLE color: 16443987.

HSL color Cylindrical-coordinate representation of color #53EAFA: hue angle of 185.75º degrees, saturation: 0.94, 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 #53EAFA is Cyan = 0.67, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 83 234 250 -
CMYK 0.67 0.06 0 0.02
HSL 185.75º 0.94% 0.65% -
HSV(B) 185.75º 0.67% 0.98% -
XYZ 50.25 67.59 100.84 -
YUV 190.68 161.47 51.2 -
System Red Green Blue C M Y K H S L
Decimal 83 234 250 0.67 0.06 0 0.02 185.75 0.94 0.65
Hex 53 EA FA 43 6 0 2 BA 5E 41
Octal 123 352 372 103 6 0 2 272 136 101
Binary 1010011 11101010 11111010 1000011 110 0 10 10111010 1011110 1000001

Color Harmonies of #53EAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53EAFA

Black with #53EAFA

Text Example


Text Example

White with #53EAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,234,250); }

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

background-color css

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

 a { background-color: rgb(83,234,250); }

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

border-color css

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

 span { border-color: rgb(83,234,250); }

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