Html Css Color HEX #51CFBB Medium Turquoise

📋 copy color: '#51CFBB'

red 81 ◦ green 207 ◦ blue 187

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

Shades of Medium Turquoise #51CFBB

Tints of Medium Turquoise #51CFBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 39.37%

R = 17.05%
G = 43.58%
B = 39.37%

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

#51CFBB (or 0x51CFBB) is known color: Medium Turquoise. HEX triplet: 51, CF and BB. RGB value is (81,207,187). Sum of RGB (Red+Green+Blue) = 81+207+187=475 (62% of max value = 765). Red value is 81 (32.03% from 255 or 17.05% from 475); Green value is 207 (81.25% from 255 or 43.58% from 475); Blue value is 187 (73.44% from 255 or 39.37% from 475); Max value from RGB is 207 - color contains mainly: green. Hex color #51CFBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51CFBB is #AE3044. Grayscale: #A7A7A7. Windows color (decimal): -11415621 or 12308305. OLE color: 12308305.

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

Color convert

RGB 81 207 187 -
CMYK 0.61 0 0.10 0.19
HSL 170.48º 0.57% 0.56% -
HSV(B) 170.48º 0.61% 0.81% -
XYZ 34.68 49.96 54.83 -
YUV 167.05 139.26 66.63 -
System Red Green Blue C M Y K H S L
Decimal 81 207 187 0.61 0 0.10 0.19 170.48 0.57 0.56
Hex 51 CF BB 3D 0 A 13 AA 39 38
Octal 121 317 273 75 0 12 23 252 71 70
Binary 1010001 11001111 10111011 111101 0 1010 10011 10101010 111001 111000

Color Harmonies of #51CFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51CFBB

Black with #51CFBB

Text Example


Text Example

White with #51CFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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