Html Css Color HEX #51CFDB Medium Turquoise

📋 copy color: '#51CFDB'

red 81 ◦ green 207 ◦ blue 219

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

Shades of Medium Turquoise #51CFDB

Tints of Medium Turquoise #51CFDB

RGB

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

 GREEN value IS 207 (81.25% from 255) = 40.83%

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

R = 15.98%
G = 40.83%
B = 43.2%

CMYK

 C value IS 0.63

 M value IS 0.05

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#51CFDB (or 0x51CFDB) is known color: Medium Turquoise. HEX triplet: 51, CF and DB. RGB value is (81,207,219). Sum of RGB (Red+Green+Blue) = 81+207+219=507 (67% of max value = 765). Red value is 81 (32.03% from 255 or 15.98% from 507); Green value is 207 (81.25% from 255 or 40.83% from 507); Blue value is 219 (85.94% from 255 or 43.20% from 507); Max value from RGB is 219 - color contains mainly: blue. Hex color #51CFDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51CFDB is #AE3024. Grayscale: #AAAAAA. Windows color (decimal): -11415589 or 14405457. OLE color: 14405457.

HSL color Cylindrical-coordinate representation of color #51CFDB: hue angle of 185.22º 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 #51CFDB is Cyan = 0.63, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 81 207 219 -
CMYK 0.63 0.05 0 0.14
HSL 185.22º 0.66% 0.59% -
HSV(B) 185.22º 0.63% 0.86% -
XYZ 38.49 51.49 74.93 -
YUV 170.69 155.26 64.02 -
System Red Green Blue C M Y K H S L
Decimal 81 207 219 0.63 0.05 0 0.14 185.22 0.66 0.59
Hex 51 CF DB 3F 5 0 E B9 42 3B
Octal 121 317 333 77 5 0 16 271 102 73
Binary 1010001 11001111 11011011 111111 101 0 1110 10111001 1000010 111011

Color Harmonies of #51CFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51CFDB

Black with #51CFDB

Text Example


Text Example

White with #51CFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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