Html Css Color HEX #53DCE8 Turquoise Blue

📋 copy color: '#53DCE8'

red 83 ◦ green 220 ◦ blue 232

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

Shades of Turquoise Blue #53DCE8

Tints of Turquoise Blue #53DCE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 43.36%

R = 15.51%
G = 41.12%
B = 43.36%

CMYK

 C value IS 0.64

 M value IS 0.05

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#53DCE8 (or 0x53DCE8) is known color: Turquoise Blue. HEX triplet: 53, DC and E8. RGB value is (83,220,232). Sum of RGB (Red+Green+Blue) = 83+220+232=535 (70% of max value = 765). Red value is 83 (32.81% from 255 or 15.51% from 535); Green value is 220 (86.33% from 255 or 41.12% from 535); Blue value is 232 (91.02% from 255 or 43.36% from 535); Max value from RGB is 232 - color contains mainly: blue. Hex color #53DCE8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53DCE8 is #AC2317. Grayscale: #B4B4B4. Windows color (decimal): -11281176 or 15260755. OLE color: 15260755.

HSL color Cylindrical-coordinate representation of color #53DCE8: hue angle of 184.83º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #53DCE8 is Cyan = 0.64, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 83 220 232 -
CMYK 0.64 0.05 0 0.09
HSL 184.83º 0.76% 0.62% -
HSV(B) 184.83º 0.64% 0.91% -
XYZ 43.73 58.85 85.4 -
YUV 180.41 157.11 58.52 -
System Red Green Blue C M Y K H S L
Decimal 83 220 232 0.64 0.05 0 0.09 184.83 0.76 0.62
Hex 53 DC E8 40 5 0 9 B9 4C 3E
Octal 123 334 350 100 5 0 11 271 114 76
Binary 1010011 11011100 11101000 1000000 101 0 1001 10111001 1001100 111110

Color Harmonies of #53DCE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53DCE8

Black with #53DCE8

Text Example


Text Example

White with #53DCE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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