Html Css Color HEX #51C3CF Medium Turquoise

📋 copy color: '#51C3CF'

red 81 ◦ green 195 ◦ blue 207

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

Shades of Medium Turquoise #51C3CF

Tints of Medium Turquoise #51C3CF

RGB

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

 GREEN value IS 195 (76.56% from 255) = 40.37%

 BLUE value IS 207 (81.25% from 255) = 42.86%

R = 16.77%
G = 40.37%
B = 42.86%

CMYK

 C value IS 0.61

 M value IS 0.06

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#51C3CF (or 0x51C3CF) is known color: Medium Turquoise. HEX triplet: 51, C3 and CF. RGB value is (81,195,207). Sum of RGB (Red+Green+Blue) = 81+195+207=483 (63% of max value = 765). Red value is 81 (32.03% from 255 or 16.77% from 483); Green value is 195 (76.56% from 255 or 40.37% from 483); Blue value is 207 (81.25% from 255 or 42.86% from 483); Max value from RGB is 207 - color contains mainly: blue. Hex color #51C3CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51C3CF is #AE3C30. Grayscale: #A2A2A2. Windows color (decimal): -11418673 or 13615953. OLE color: 13615953.

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

Color convert

RGB 81 195 207 -
CMYK 0.61 0.06 0 0.19
HSL 185.71º 0.57% 0.56% -
HSV(B) 185.71º 0.61% 0.81% -
XYZ 34.17 45.28 65.97 -
YUV 162.28 153.23 70.02 -
System Red Green Blue C M Y K H S L
Decimal 81 195 207 0.61 0.06 0 0.19 185.71 0.57 0.56
Hex 51 C3 CF 3D 6 0 13 BA 39 38
Octal 121 303 317 75 6 0 23 272 71 70
Binary 1010001 11000011 11001111 111101 110 0 10011 10111010 111001 111000

Color Harmonies of #51C3CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51C3CF

Black with #51C3CF

Text Example


Text Example

White with #51C3CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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