Html Css Color HEX #51CACB Medium Turquoise

📋 copy color: '#51CACB'

red 81 ◦ green 202 ◦ blue 203

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

Shades of Medium Turquoise #51CACB

Tints of Medium Turquoise #51CACB

RGB

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

 GREEN value IS 202 (79.3% from 255) = 41.56%

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

R = 16.67%
G = 41.56%
B = 41.77%

CMYK

 C value IS 0.60

 M value IS 0.00

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#51CACB (or 0x51CACB) is known color: Medium Turquoise. HEX triplet: 51, CA and CB. RGB value is (81,202,203). Sum of RGB (Red+Green+Blue) = 81+202+203=486 (64% of max value = 765). Red value is 81 (32.03% from 255 or 16.67% from 486); Green value is 202 (79.30% from 255 or 41.56% from 486); Blue value is 203 (79.69% from 255 or 41.77% from 486); Max value from RGB is 203 - color contains mainly: blue. Hex color #51CACB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51CACB is #AE3534. Grayscale: #A5A5A5. Windows color (decimal): -11416885 or 13355601. OLE color: 13355601.

HSL color Cylindrical-coordinate representation of color #51CACB: hue angle of 180.49º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #51CACB is Cyan = 0.60, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 81 202 203 -
CMYK 0.60 0.00 0 0.20
HSL 180.49º 0.54% 0.56% -
HSV(B) 180.49º 0.6% 0.8% -
XYZ 35.29 48.3 63.96 -
YUV 165.94 148.91 67.42 -
System Red Green Blue C M Y K H S L
Decimal 81 202 203 0.60 0.00 0 0.20 180.49 0.54 0.56
Hex 51 CA CB 3C 0 0 14 B4 36 38
Octal 121 312 313 74 0 0 24 264 66 70
Binary 1010001 11001010 11001011 111100 0 0 10100 10110100 110110 111000

Color Harmonies of #51CACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51CACB

Black with #51CACB

Text Example


Text Example

White with #51CACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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