Html Css Color HEX #51CECB Medium Turquoise

📋 copy color: '#51CECB'

red 81 ◦ green 206 ◦ blue 203

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

Shades of Medium Turquoise #51CECB

Tints of Medium Turquoise #51CECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 41.43%

R = 16.53%
G = 42.04%
B = 41.43%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#51CECB (or 0x51CECB) is known color: Medium Turquoise. HEX triplet: 51, CE and CB. RGB value is (81,206,203). Sum of RGB (Red+Green+Blue) = 81+206+203=490 (64% of max value = 765). Red value is 81 (32.03% from 255 or 16.53% from 490); Green value is 206 (80.86% from 255 or 42.04% from 490); Blue value is 203 (79.69% from 255 or 41.43% from 490); Max value from RGB is 206 - color contains mainly: green. Hex color #51CECB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51CECB is #AE3134. Grayscale: #A8A8A8. Windows color (decimal): -11415861 or 13356625. OLE color: 13356625.

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

Color convert

RGB 81 206 203 -
CMYK 0.61 0 0.01 0.19
HSL 178.56º 0.56% 0.56% -
HSV(B) 178.56º 0.61% 0.81% -
XYZ 36.24 50.2 64.28 -
YUV 168.28 147.59 65.74 -
System Red Green Blue C M Y K H S L
Decimal 81 206 203 0.61 0 0.01 0.19 178.56 0.56 0.56
Hex 51 CE CB 3D 0 1 13 B3 38 38
Octal 121 316 313 75 0 1 23 263 70 70
Binary 1010001 11001110 11001011 111101 0 1 10011 10110011 111000 111000

Color Harmonies of #51CECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51CECB

Black with #51CECB

Text Example


Text Example

White with #51CECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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