Html Css Color HEX #53C8CE Medium Turquoise

📋 copy color: '#53C8CE'

red 83 ◦ green 200 ◦ blue 206

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

Shades of Medium Turquoise #53C8CE

Tints of Medium Turquoise #53C8CE

RGB

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

 GREEN value IS 200 (78.52% from 255) = 40.9%

 BLUE value IS 206 (80.86% from 255) = 42.13%

R = 16.97%
G = 40.9%
B = 42.13%

CMYK

 C value IS 0.60

 M value IS 0.03

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#53C8CE (or 0x53C8CE) is known color: Medium Turquoise. HEX triplet: 53, C8 and CE. RGB value is (83,200,206). Sum of RGB (Red+Green+Blue) = 83+200+206=489 (64% of max value = 765). Red value is 83 (32.81% from 255 or 16.97% from 489); Green value is 200 (78.52% from 255 or 40.90% from 489); Blue value is 206 (80.86% from 255 or 42.13% from 489); Max value from RGB is 206 - color contains mainly: blue. Hex color #53C8CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53C8CE is #AC3731. Grayscale: #A5A5A5. Windows color (decimal): -11286322 or 13551699. OLE color: 13551699.

HSL color Cylindrical-coordinate representation of color #53C8CE: hue angle of 182.93º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #53C8CE is Cyan = 0.60, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 83 200 206 -
CMYK 0.60 0.03 0 0.19
HSL 182.93º 0.56% 0.57% -
HSV(B) 182.93º 0.6% 0.81% -
XYZ 35.36 47.6 65.72 -
YUV 165.7 150.74 69.01 -
System Red Green Blue C M Y K H S L
Decimal 83 200 206 0.60 0.03 0 0.19 182.93 0.56 0.57
Hex 53 C8 CE 3C 3 0 13 B7 38 39
Octal 123 310 316 74 3 0 23 267 70 71
Binary 1010011 11001000 11001110 111100 11 0 10011 10110111 111000 111001

Color Harmonies of #53C8CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53C8CE

Black with #53C8CE

Text Example


Text Example

White with #53C8CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,200,206); }

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

background-color css

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

 a { background-color: rgb(83,200,206); }

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

border-color css

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

 span { border-color: rgb(83,200,206); }

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