Html Css Color HEX #51CADB Medium Turquoise

📋 copy color: '#51CADB'

red 81 ◦ green 202 ◦ blue 219

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

Shades of Medium Turquoise #51CADB

Tints of Medium Turquoise #51CADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 43.63%

R = 16.14%
G = 40.24%
B = 43.63%

CMYK

 C value IS 0.63

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#51CADB (or 0x51CADB) is known color: Medium Turquoise. HEX triplet: 51, CA and DB. RGB value is (81,202,219). Sum of RGB (Red+Green+Blue) = 81+202+219=502 (66% of max value = 765). Red value is 81 (32.03% from 255 or 16.14% from 502); Green value is 202 (79.30% from 255 or 40.24% from 502); Blue value is 219 (85.94% from 255 or 43.63% from 502); Max value from RGB is 219 - color contains mainly: blue. Hex color #51CADB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51CADB is #AE3524. Grayscale: #A7A7A7. Windows color (decimal): -11416869 or 14404177. OLE color: 14404177.

HSL color Cylindrical-coordinate representation of color #51CADB: hue angle of 187.39º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #51CADB is Cyan = 0.63, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 81 202 219 -
CMYK 0.63 0.08 0 0.14
HSL 187.39º 0.66% 0.59% -
HSV(B) 187.39º 0.63% 0.86% -
XYZ 37.3 49.1 74.53 -
YUV 167.76 156.91 66.12 -
System Red Green Blue C M Y K H S L
Decimal 81 202 219 0.63 0.08 0 0.14 187.39 0.66 0.59
Hex 51 CA DB 3F 8 0 E BB 42 3B
Octal 121 312 333 77 10 0 16 273 102 73
Binary 1010001 11001010 11011011 111111 1000 0 1110 10111011 1000010 111011

Color Harmonies of #51CADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51CADB

Black with #51CADB

Text Example


Text Example

White with #51CADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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