Html Css Color HEX #51CDDB Medium Turquoise

📋 copy color: '#51CDDB'

red 81 ◦ green 205 ◦ blue 219

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

Shades of Medium Turquoise #51CDDB

Tints of Medium Turquoise #51CDDB

RGB

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

 GREEN value IS 205 (80.47% from 255) = 40.59%

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

R = 16.04%
G = 40.59%
B = 43.37%

CMYK

 C value IS 0.63

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#51CDDB (or 0x51CDDB) is known color: Medium Turquoise. HEX triplet: 51, CD and DB. RGB value is (81,205,219). Sum of RGB (Red+Green+Blue) = 81+205+219=505 (66% of max value = 765). Red value is 81 (32.03% from 255 or 16.04% from 505); Green value is 205 (80.47% from 255 or 40.59% from 505); Blue value is 219 (85.94% from 255 or 43.37% from 505); Max value from RGB is 219 - color contains mainly: blue. Hex color #51CDDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51CDDB is #AE3224. Grayscale: #A9A9A9. Windows color (decimal): -11416101 or 14404945. OLE color: 14404945.

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

Color convert

RGB 81 205 219 -
CMYK 0.63 0.06 0 0.14
HSL 186.09º 0.66% 0.59% -
HSV(B) 186.09º 0.63% 0.86% -
XYZ 38.01 50.53 74.77 -
YUV 169.52 155.92 64.86 -
System Red Green Blue C M Y K H S L
Decimal 81 205 219 0.63 0.06 0 0.14 186.09 0.66 0.59
Hex 51 CD DB 3F 6 0 E BA 42 3B
Octal 121 315 333 77 6 0 16 272 102 73
Binary 1010001 11001101 11011011 111111 110 0 1110 10111010 1000010 111011

Color Harmonies of #51CDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51CDDB

Black with #51CDDB

Text Example


Text Example

White with #51CDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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