Html Css Color HEX #51CDDF Medium Turquoise

📋 copy color: '#51CDDF'

red 81 ◦ green 205 ◦ blue 223

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

Shades of Medium Turquoise #51CDDF

Tints of Medium Turquoise #51CDDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.81%

R = 15.91%
G = 40.28%
B = 43.81%

CMYK

 C value IS 0.64

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#51CDDF (or 0x51CDDF) is known color: Medium Turquoise. HEX triplet: 51, CD and DF. RGB value is (81,205,223). Sum of RGB (Red+Green+Blue) = 81+205+223=509 (67% of max value = 765). Red value is 81 (32.03% from 255 or 15.91% from 509); Green value is 205 (80.47% from 255 or 40.28% from 509); Blue value is 223 (87.5% from 255 or 43.81% from 509); Max value from RGB is 223 - color contains mainly: blue. Hex color #51CDDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51CDDF is #AE3220. Grayscale: #A9A9A9. Windows color (decimal): -11416097 or 14667089. OLE color: 14667089.

HSL color Cylindrical-coordinate representation of color #51CDDF: hue angle of 187.61º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #51CDDF is Cyan = 0.64, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 81 205 223 -
CMYK 0.64 0.08 0 0.13
HSL 187.61º 0.69% 0.6% -
HSV(B) 187.61º 0.64% 0.87% -
XYZ 38.54 50.74 77.57 -
YUV 169.98 157.92 64.54 -
System Red Green Blue C M Y K H S L
Decimal 81 205 223 0.64 0.08 0 0.13 187.61 0.69 0.6
Hex 51 CD DF 40 8 0 D BC 45 3C
Octal 121 315 337 100 10 0 15 274 105 74
Binary 1010001 11001101 11011111 1000000 1000 0 1101 10111100 1000101 111100

Color Harmonies of #51CDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51CDDF

Black with #51CDDF

Text Example


Text Example

White with #51CDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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