Html Css Color HEX #51D9F1 Turquoise Blue

📋 copy color: '#51D9F1'

red 81 ◦ green 217 ◦ blue 241

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

Shades of Turquoise Blue #51D9F1

Tints of Turquoise Blue #51D9F1

RGB

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

 GREEN value IS 217 (85.16% from 255) = 40.26%

 BLUE value IS 241 (94.53% from 255) = 44.71%

R = 15.03%
G = 40.26%
B = 44.71%

CMYK

 C value IS 0.66

 M value IS 0.10

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#51D9F1 (or 0x51D9F1) is known color: Turquoise Blue. HEX triplet: 51, D9 and F1. RGB value is (81,217,241). Sum of RGB (Red+Green+Blue) = 81+217+241=539 (71% of max value = 765). Red value is 81 (32.03% from 255 or 15.03% from 539); Green value is 217 (85.16% from 255 or 40.26% from 539); Blue value is 241 (94.53% from 255 or 44.71% from 539); Max value from RGB is 241 - color contains mainly: blue. Hex color #51D9F1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #51D9F1 is #AE260E. Grayscale: #B2B2B2. Windows color (decimal): -11413007 or 15849809. OLE color: 15849809.

HSL color Cylindrical-coordinate representation of color #51D9F1: hue angle of 189º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #51D9F1 is Cyan = 0.66, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 81 217 241 -
CMYK 0.66 0.10 0 0.05
HSL 189º 0.85% 0.63% -
HSV(B) 189º 0.66% 0.95% -
XYZ 44.08 57.73 92.04 -
YUV 179.07 162.94 58.05 -
System Red Green Blue C M Y K H S L
Decimal 81 217 241 0.66 0.10 0 0.05 189 0.85 0.63
Hex 51 D9 F1 42 A 0 5 BD 55 3F
Octal 121 331 361 102 12 0 5 275 125 77
Binary 1010001 11011001 11110001 1000010 1010 0 101 10111101 1010101 111111

Color Harmonies of #51D9F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51D9F1

Black with #51D9F1

Text Example


Text Example

White with #51D9F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,217,241); }

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

background-color css

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

 a { background-color: rgb(81,217,241); }

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

border-color css

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

 span { border-color: rgb(81,217,241); }

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