Html Css Color HEX #53DCE1 Turquoise Blue

📋 copy color: '#53DCE1'

red 83 ◦ green 220 ◦ blue 225

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

Shades of Turquoise Blue #53DCE1

Tints of Turquoise Blue #53DCE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 42.61%

R = 15.72%
G = 41.67%
B = 42.61%

CMYK

 C value IS 0.63

 M value IS 0.02

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#53DCE1 (or 0x53DCE1) is known color: Turquoise Blue. HEX triplet: 53, DC and E1. RGB value is (83,220,225). Sum of RGB (Red+Green+Blue) = 83+220+225=528 (69% of max value = 765). Red value is 83 (32.81% from 255 or 15.72% from 528); Green value is 220 (86.33% from 255 or 41.67% from 528); Blue value is 225 (88.28% from 255 or 42.61% from 528); Max value from RGB is 225 - color contains mainly: blue. Hex color #53DCE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53DCE1 is #AC231E. Grayscale: #B3B3B3. Windows color (decimal): -11281183 or 14802003. OLE color: 14802003.

HSL color Cylindrical-coordinate representation of color #53DCE1: hue angle of 182.11º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #53DCE1 is Cyan = 0.63, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 83 220 225 -
CMYK 0.63 0.02 0 0.12
HSL 182.11º 0.7% 0.6% -
HSV(B) 182.11º 0.63% 0.88% -
XYZ 42.75 58.46 80.27 -
YUV 179.61 153.61 59.09 -
System Red Green Blue C M Y K H S L
Decimal 83 220 225 0.63 0.02 0 0.12 182.11 0.7 0.6
Hex 53 DC E1 3F 2 0 C B6 46 3C
Octal 123 334 341 77 2 0 14 266 106 74
Binary 1010011 11011100 11100001 111111 10 0 1100 10110110 1000110 111100

Color Harmonies of #53DCE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53DCE1

Black with #53DCE1

Text Example


Text Example

White with #53DCE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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