Html Css Color HEX #53CFD5 Medium Turquoise

📋 copy color: '#53CFD5'

red 83 ◦ green 207 ◦ blue 213

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

Shades of Medium Turquoise #53CFD5

Tints of Medium Turquoise #53CFD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 42.35%

R = 16.5%
G = 41.15%
B = 42.35%

CMYK

 C value IS 0.61

 M value IS 0.03

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#53CFD5 (or 0x53CFD5) is known color: Medium Turquoise. HEX triplet: 53, CF and D5. RGB value is (83,207,213). Sum of RGB (Red+Green+Blue) = 83+207+213=503 (66% of max value = 765). Red value is 83 (32.81% from 255 or 16.50% from 503); Green value is 207 (81.25% from 255 or 41.15% from 503); Blue value is 213 (83.59% from 255 or 42.35% from 503); Max value from RGB is 213 - color contains mainly: blue. Hex color #53CFD5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53CFD5 is #AC302A. Grayscale: #AAAAAA. Windows color (decimal): -11284523 or 14012243. OLE color: 14012243.

HSL color Cylindrical-coordinate representation of color #53CFD5: hue angle of 182.77º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #53CFD5 is Cyan = 0.61, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 83 207 213 -
CMYK 0.61 0.03 0 0.16
HSL 182.77º 0.61% 0.58% -
HSV(B) 182.77º 0.61% 0.84% -
XYZ 37.89 51.27 70.85 -
YUV 170.61 151.92 65.51 -
System Red Green Blue C M Y K H S L
Decimal 83 207 213 0.61 0.03 0 0.16 182.77 0.61 0.58
Hex 53 CF D5 3D 3 0 10 B7 3D 3A
Octal 123 317 325 75 3 0 20 267 75 72
Binary 1010011 11001111 11010101 111101 11 0 10000 10110111 111101 111010

Color Harmonies of #53CFD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53CFD5

Black with #53CFD5

Text Example


Text Example

White with #53CFD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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