Html Css Color HEX #53CECA Medium Turquoise

📋 copy color: '#53CECA'

red 83 ◦ green 206 ◦ blue 202

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

Shades of Medium Turquoise #53CECA

Tints of Medium Turquoise #53CECA

RGB

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

 GREEN value IS 206 (80.86% from 255) = 41.96%

 BLUE value IS 202 (79.3% from 255) = 41.14%

R = 16.9%
G = 41.96%
B = 41.14%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#53CECA (or 0x53CECA) is known color: Medium Turquoise. HEX triplet: 53, CE and CA. RGB value is (83,206,202). Sum of RGB (Red+Green+Blue) = 83+206+202=491 (65% of max value = 765). Red value is 83 (32.81% from 255 or 16.90% from 491); Green value is 206 (80.86% from 255 or 41.96% from 491); Blue value is 202 (79.30% from 255 or 41.14% from 491); Max value from RGB is 206 - color contains mainly: green. Hex color #53CECA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53CECA is #AC3135. Grayscale: #A8A8A8. Windows color (decimal): -11284790 or 13291091. OLE color: 13291091.

HSL color Cylindrical-coordinate representation of color #53CECA: hue angle of 178.05º 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 #53CECA is Cyan = 0.60, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB 83 206 202 -
CMYK 0.60 0 0.02 0.19
HSL 178.05º 0.56% 0.57% -
HSV(B) 178.05º 0.6% 0.81% -
XYZ 36.3 50.25 63.66 -
YUV 168.77 146.75 66.83 -
System Red Green Blue C M Y K H S L
Decimal 83 206 202 0.60 0 0.02 0.19 178.05 0.56 0.57
Hex 53 CE CA 3C 0 2 13 B2 38 39
Octal 123 316 312 74 0 2 23 262 70 71
Binary 1010011 11001110 11001010 111100 0 10 10011 10110010 111000 111001

Color Harmonies of #53CECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53CECA

Black with #53CECA

Text Example


Text Example

White with #53CECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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