Html Css Color HEX #53D4EB Turquoise Blue

📋 copy color: '#53D4EB'

red 83 ◦ green 212 ◦ blue 235

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

Shades of Turquoise Blue #53D4EB

Tints of Turquoise Blue #53D4EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 44.34%

R = 15.66%
G = 40%
B = 44.34%

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

#53D4EB (or 0x53D4EB) is known color: Turquoise Blue. HEX triplet: 53, D4 and EB. RGB value is (83,212,235). Sum of RGB (Red+Green+Blue) = 83+212+235=530 (70% of max value = 765). Red value is 83 (32.81% from 255 or 15.66% from 530); Green value is 212 (83.20% from 255 or 40% from 530); Blue value is 235 (92.19% from 255 or 44.34% from 530); Max value from RGB is 235 - color contains mainly: blue. Hex color #53D4EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53D4EB is #AC2B14. Grayscale: #AFAFAF. Windows color (decimal): -11283221 or 15455315. OLE color: 15455315.

HSL color Cylindrical-coordinate representation of color #53D4EB: hue angle of 189.08º degrees, saturation: 0.79, 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 #53D4EB is Cyan = 0.65, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 83 212 235 -
CMYK 0.65 0.10 0 0.08
HSL 189.08º 0.79% 0.62% -
HSV(B) 189.08º 0.65% 0.92% -
XYZ 42.11 54.92 86.98 -
YUV 176.05 161.26 61.63 -
System Red Green Blue C M Y K H S L
Decimal 83 212 235 0.65 0.10 0 0.08 189.08 0.79 0.62
Hex 53 D4 EB 41 A 0 8 BD 4F 3E
Octal 123 324 353 101 12 0 10 275 117 76
Binary 1010011 11010100 11101011 1000001 1010 0 1000 10111101 1001111 111110

Color Harmonies of #53D4EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53D4EB

Black with #53D4EB

Text Example


Text Example

White with #53D4EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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