Html Css Color HEX #53D3EA Turquoise Blue

📋 copy color: '#53D3EA'

red 83 ◦ green 211 ◦ blue 234

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

Shades of Turquoise Blue #53D3EA

Tints of Turquoise Blue #53D3EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 44.32%

R = 15.72%
G = 39.96%
B = 44.32%

CMYK

 C value IS 0.65

 M value IS 0.10

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#53D3EA (or 0x53D3EA) is known color: Turquoise Blue. HEX triplet: 53, D3 and EA. RGB value is (83,211,234). Sum of RGB (Red+Green+Blue) = 83+211+234=528 (69% of max value = 765). Red value is 83 (32.81% from 255 or 15.72% from 528); Green value is 211 (82.81% from 255 or 39.96% from 528); Blue value is 234 (91.80% from 255 or 44.32% from 528); Max value from RGB is 234 - color contains mainly: blue. Hex color #53D3EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53D3EA is #AC2C15. Grayscale: #AFAFAF. Windows color (decimal): -11283478 or 15389523. OLE color: 15389523.

HSL color Cylindrical-coordinate representation of color #53D3EA: hue angle of 189.14º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #53D3EA is Cyan = 0.65, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 83 211 234 -
CMYK 0.65 0.10 0 0.08
HSL 189.14º 0.78% 0.62% -
HSV(B) 189.14º 0.65% 0.92% -
XYZ 41.71 54.37 86.14 -
YUV 175.35 161.09 62.13 -
System Red Green Blue C M Y K H S L
Decimal 83 211 234 0.65 0.10 0 0.08 189.14 0.78 0.62
Hex 53 D3 EA 41 A 0 8 BD 4E 3E
Octal 123 323 352 101 12 0 10 275 116 76
Binary 1010011 11010011 11101010 1000001 1010 0 1000 10111101 1001110 111110

Color Harmonies of #53D3EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53D3EA

Black with #53D3EA

Text Example


Text Example

White with #53D3EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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