Html Css Color HEX #51CECF Medium Turquoise

📋 copy color: '#51CECF'

red 81 ◦ green 206 ◦ blue 207

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

Shades of Medium Turquoise #51CECF

Tints of Medium Turquoise #51CECF

RGB

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

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

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

R = 16.4%
G = 41.7%
B = 41.9%

CMYK

 C value IS 0.61

 M value IS 0.00

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#51CECF (or 0x51CECF) is known color: Medium Turquoise. HEX triplet: 51, CE and CF. RGB value is (81,206,207). Sum of RGB (Red+Green+Blue) = 81+206+207=494 (65% of max value = 765). Red value is 81 (32.03% from 255 or 16.40% from 494); Green value is 206 (80.86% from 255 or 41.70% from 494); Blue value is 207 (81.25% from 255 or 41.90% from 494); Max value from RGB is 207 - color contains mainly: blue. Hex color #51CECF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51CECF is #AE3130. Grayscale: #A8A8A8. Windows color (decimal): -11415857 or 13618769. OLE color: 13618769.

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

Color convert

RGB 81 206 207 -
CMYK 0.61 0.00 0 0.19
HSL 180.48º 0.57% 0.56% -
HSV(B) 180.48º 0.61% 0.81% -
XYZ 36.73 50.4 66.82 -
YUV 168.74 149.59 65.42 -
System Red Green Blue C M Y K H S L
Decimal 81 206 207 0.61 0.00 0 0.19 180.48 0.57 0.56
Hex 51 CE CF 3D 0 0 13 B4 39 38
Octal 121 316 317 75 0 0 23 264 71 70
Binary 1010001 11001110 11001111 111101 0 0 10011 10110100 111001 111000

Color Harmonies of #51CECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51CECF

Black with #51CECF

Text Example


Text Example

White with #51CECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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