Html Css Color HEX #53CFB8 Medium Turquoise

📋 copy color: '#53CFB8'

red 83 ◦ green 207 ◦ blue 184

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

Shades of Medium Turquoise #53CFB8

Tints of Medium Turquoise #53CFB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 38.82%

R = 17.51%
G = 43.67%
B = 38.82%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.11

 K value IS 0.19

RGB Variations

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

Color information

#53CFB8 (or 0x53CFB8) is known color: Medium Turquoise. HEX triplet: 53, CF and B8. RGB value is (83,207,184). Sum of RGB (Red+Green+Blue) = 83+207+184=474 (62% of max value = 765). Red value is 83 (32.81% from 255 or 17.51% from 474); Green value is 207 (81.25% from 255 or 43.67% from 474); Blue value is 184 (72.27% from 255 or 38.82% from 474); Max value from RGB is 207 - color contains mainly: green. Hex color #53CFB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53CFB8 is #AC3047. Grayscale: #A7A7A7. Windows color (decimal): -11284552 or 12111699. OLE color: 12111699.

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

Color convert

RGB 83 207 184 -
CMYK 0.60 0 0.11 0.19
HSL 168.87º 0.56% 0.57% -
HSV(B) 168.87º 0.6% 0.81% -
XYZ 34.53 49.93 53.16 -
YUV 167.3 137.42 67.87 -
System Red Green Blue C M Y K H S L
Decimal 83 207 184 0.60 0 0.11 0.19 168.87 0.56 0.57
Hex 53 CF B8 3C 0 B 13 A9 38 39
Octal 123 317 270 74 0 13 23 251 70 71
Binary 1010011 11001111 10111000 111100 0 1011 10011 10101001 111000 111001

Color Harmonies of #53CFB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53CFB8

Black with #53CFB8

Text Example


Text Example

White with #53CFB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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