Html Css Color HEX #51CFBC Medium Turquoise

📋 copy color: '#51CFBC'

red 81 ◦ green 207 ◦ blue 188

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

Shades of Medium Turquoise #51CFBC

Tints of Medium Turquoise #51CFBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 39.5%

R = 17.02%
G = 43.49%
B = 39.5%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#51CFBC (or 0x51CFBC) is known color: Medium Turquoise. HEX triplet: 51, CF and BC. RGB value is (81,207,188). Sum of RGB (Red+Green+Blue) = 81+207+188=476 (63% of max value = 765). Red value is 81 (32.03% from 255 or 17.02% from 476); Green value is 207 (81.25% from 255 or 43.49% from 476); Blue value is 188 (73.83% from 255 or 39.50% from 476); Max value from RGB is 207 - color contains mainly: green. Hex color #51CFBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51CFBC is #AE3043. Grayscale: #A7A7A7. Windows color (decimal): -11415620 or 12373841. OLE color: 12373841.

HSL color Cylindrical-coordinate representation of color #51CFBC: hue angle of 170.95º degrees, saturation: 0.57, 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 #51CFBC is Cyan = 0.61, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB 81 207 188 -
CMYK 0.61 0 0.09 0.19
HSL 170.95º 0.57% 0.56% -
HSV(B) 170.95º 0.61% 0.81% -
XYZ 34.78 50.01 55.4 -
YUV 167.16 139.76 66.54 -
System Red Green Blue C M Y K H S L
Decimal 81 207 188 0.61 0 0.09 0.19 170.95 0.57 0.56
Hex 51 CF BC 3D 0 9 13 AB 39 38
Octal 121 317 274 75 0 11 23 253 71 70
Binary 1010001 11001111 10111100 111101 0 1001 10011 10101011 111001 111000

Color Harmonies of #51CFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51CFBC

Black with #51CFBC

Text Example


Text Example

White with #51CFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,207,188); }

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

background-color css

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

 a { background-color: rgb(81,207,188); }

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

border-color css

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

 span { border-color: rgb(81,207,188); }

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