Html Css Color HEX #51CEBA Medium Turquoise

📋 copy color: '#51CEBA'

red 81 ◦ green 206 ◦ blue 186

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

Shades of Medium Turquoise #51CEBA

Tints of Medium Turquoise #51CEBA

RGB

 RED value IS 81 (32.03% from 255) = 17.12%

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

 BLUE value IS 186 (73.05% from 255) = 39.32%

R = 17.12%
G = 43.55%
B = 39.32%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#51CEBA (or 0x51CEBA) is known color: Medium Turquoise. HEX triplet: 51, CE and BA. RGB value is (81,206,186). Sum of RGB (Red+Green+Blue) = 81+206+186=473 (62% of max value = 765). Red value is 81 (32.03% from 255 or 17.12% from 473); Green value is 206 (80.86% from 255 or 43.55% from 473); Blue value is 186 (73.05% from 255 or 39.32% from 473); Max value from RGB is 206 - color contains mainly: green. Hex color #51CEBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51CEBA is #AE3145. Grayscale: #A6A6A6. Windows color (decimal): -11415878 or 12242513. OLE color: 12242513.

HSL color Cylindrical-coordinate representation of color #51CEBA: hue angle of 170.4º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #51CEBA is Cyan = 0.61, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB 81 206 186 -
CMYK 0.61 0 0.10 0.19
HSL 170.4º 0.56% 0.56% -
HSV(B) 170.4º 0.61% 0.81% -
XYZ 34.33 49.44 54.19 -
YUV 166.35 139.09 67.13 -
System Red Green Blue C M Y K H S L
Decimal 81 206 186 0.61 0 0.10 0.19 170.4 0.56 0.56
Hex 51 CE BA 3D 0 A 13 AA 38 38
Octal 121 316 272 75 0 12 23 252 70 70
Binary 1010001 11001110 10111010 111101 0 1010 10011 10101010 111000 111000

Color Harmonies of #51CEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51CEBA

Black with #51CEBA

Text Example


Text Example

White with #51CEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51CEBA; }

 p { color: rgb(81,206,186); }

 H1.HeaderClassName
 {
   color: #51CEBA;
 }
 .AnyTagClassName
 {
   color: #51CEBA;
 }
</style>

background-color css

<style>
 a { background-color: #51CEBA; }

 a { background-color: rgb(81,206,186); }

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

border-color css

<style>
 span { border-color: #51CEBA; }

 span { border-color: rgb(81,206,186); }

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