Html Css Color HEX #53CFBF Medium Turquoise

📋 copy color: '#53CFBF'

red 83 ◦ green 207 ◦ blue 191

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

Shades of Medium Turquoise #53CFBF

Tints of Medium Turquoise #53CFBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 39.71%

R = 17.26%
G = 43.04%
B = 39.71%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#53CFBF (or 0x53CFBF) is known color: Medium Turquoise. HEX triplet: 53, CF and BF. RGB value is (83,207,191). Sum of RGB (Red+Green+Blue) = 83+207+191=481 (63% of max value = 765). Red value is 83 (32.81% from 255 or 17.26% from 481); Green value is 207 (81.25% from 255 or 43.04% from 481); Blue value is 191 (75% from 255 or 39.71% from 481); Max value from RGB is 207 - color contains mainly: green. Hex color #53CFBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53CFBF is #AC3040. Grayscale: #A8A8A8. Windows color (decimal): -11284545 or 12570451. OLE color: 12570451.

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

Color convert

RGB 83 207 191 -
CMYK 0.60 0 0.08 0.19
HSL 172.26º 0.56% 0.57% -
HSV(B) 172.26º 0.6% 0.81% -
XYZ 35.28 50.23 57.13 -
YUV 168.1 140.92 67.3 -
System Red Green Blue C M Y K H S L
Decimal 83 207 191 0.60 0 0.08 0.19 172.26 0.56 0.57
Hex 53 CF BF 3C 0 8 13 AC 38 39
Octal 123 317 277 74 0 10 23 254 70 71
Binary 1010011 11001111 10111111 111100 0 1000 10011 10101100 111000 111001

Color Harmonies of #53CFBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53CFBF

Black with #53CFBF

Text Example


Text Example

White with #53CFBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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