Html Css Color HEX #53DCEB Turquoise Blue

📋 copy color: '#53DCEB'

red 83 ◦ green 220 ◦ blue 235

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

Shades of Turquoise Blue #53DCEB

Tints of Turquoise Blue #53DCEB

RGB

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

 GREEN value IS 220 (86.33% from 255) = 40.89%

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

R = 15.43%
G = 40.89%
B = 43.68%

CMYK

 C value IS 0.65

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#53DCEB (or 0x53DCEB) is known color: Turquoise Blue. HEX triplet: 53, DC and EB. RGB value is (83,220,235). Sum of RGB (Red+Green+Blue) = 83+220+235=538 (71% of max value = 765). Red value is 83 (32.81% from 255 or 15.43% from 538); Green value is 220 (86.33% from 255 or 40.89% from 538); Blue value is 235 (92.19% from 255 or 43.68% from 538); Max value from RGB is 235 - color contains mainly: blue. Hex color #53DCEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53DCEB is #AC2314. Grayscale: #B4B4B4. Windows color (decimal): -11281173 or 15457363. OLE color: 15457363.

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

Color convert

RGB 83 220 235 -
CMYK 0.65 0.06 0 0.08
HSL 185.92º 0.79% 0.62% -
HSV(B) 185.92º 0.65% 0.92% -
XYZ 44.16 59.02 87.66 -
YUV 180.75 158.61 58.28 -
System Red Green Blue C M Y K H S L
Decimal 83 220 235 0.65 0.06 0 0.08 185.92 0.79 0.62
Hex 53 DC EB 41 6 0 8 BA 4F 3E
Octal 123 334 353 101 6 0 10 272 117 76
Binary 1010011 11011100 11101011 1000001 110 0 1000 10111010 1001111 111110

Color Harmonies of #53DCEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53DCEB

Black with #53DCEB

Text Example


Text Example

White with #53DCEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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