Html Css Color HEX #53CFD0 Medium Turquoise

📋 copy color: '#53CFD0'

red 83 ◦ green 207 ◦ blue 208

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

Shades of Medium Turquoise #53CFD0

Tints of Medium Turquoise #53CFD0

RGB

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

 GREEN value IS 207 (81.25% from 255) = 41.57%

 BLUE value IS 208 (81.64% from 255) = 41.77%

R = 16.67%
G = 41.57%
B = 41.77%

CMYK

 C value IS 0.60

 M value IS 0.00

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#53CFD0 (or 0x53CFD0) is known color: Medium Turquoise. HEX triplet: 53, CF and D0. RGB value is (83,207,208). Sum of RGB (Red+Green+Blue) = 83+207+208=498 (65% of max value = 765). Red value is 83 (32.81% from 255 or 16.67% from 498); Green value is 207 (81.25% from 255 or 41.57% from 498); Blue value is 208 (81.64% from 255 or 41.77% from 498); Max value from RGB is 208 - color contains mainly: blue. Hex color #53CFD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53CFD0 is #AC302F. Grayscale: #A9A9A9. Windows color (decimal): -11284528 or 13684563. OLE color: 13684563.

HSL color Cylindrical-coordinate representation of color #53CFD0: hue angle of 180.48º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #53CFD0 is Cyan = 0.60, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 83 207 208 -
CMYK 0.60 0.00 0 0.18
HSL 180.48º 0.57% 0.57% -
HSV(B) 180.48º 0.6% 0.82% -
XYZ 37.27 51.02 67.56 -
YUV 170.04 149.42 65.92 -
System Red Green Blue C M Y K H S L
Decimal 83 207 208 0.60 0.00 0 0.18 180.48 0.57 0.57
Hex 53 CF D0 3C 0 0 12 B4 39 39
Octal 123 317 320 74 0 0 22 264 71 71
Binary 1010011 11001111 11010000 111100 0 0 10010 10110100 111001 111001

Color Harmonies of #53CFD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53CFD0

Black with #53CFD0

Text Example


Text Example

White with #53CFD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,207,208); }

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

background-color css

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

 a { background-color: rgb(83,207,208); }

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

border-color css

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

 span { border-color: rgb(83,207,208); }

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