Html Css Color HEX #51DFFF Turquoise Blue

📋 copy color: '#51DFFF'

red 81 ◦ green 223 ◦ blue 255

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

Shades of Turquoise Blue #51DFFF

Tints of Turquoise Blue #51DFFF

RGB

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

 GREEN value IS 223 (87.5% from 255) = 39.89%

 BLUE value IS 255 (100% from 255) = 45.62%

R = 14.49%
G = 39.89%
B = 45.62%

CMYK

 C value IS 0.68

 M value IS 0.13

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#51DFFF (or 0x51DFFF) is known color: Turquoise Blue. HEX triplet: 51, DF and FF. RGB value is (81,223,255). Sum of RGB (Red+Green+Blue) = 81+223+255=559 (74% of max value = 765). Red value is 81 (32.03% from 255 or 14.49% from 559); Green value is 223 (87.5% from 255 or 39.89% from 559); Blue value is 255 (100% from 255 or 45.62% from 559); Max value from RGB is 255 - color contains mainly: blue. Hex color #51DFFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #51DFFF is #AE2000. Grayscale: #B7B7B7. Windows color (decimal): -11411457 or 16768849. OLE color: 16768849.

HSL color Cylindrical-coordinate representation of color #51DFFF: hue angle of 191.03º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #51DFFF is Cyan = 0.68, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 81 223 255 -
CMYK 0.68 0.13 0 0
HSL 191.03º 1% 0.66% -
HSV(B) 191.03º 0.68% 1% -
XYZ 47.83 61.74 104 -
YUV 184.19 167.96 54.4 -
System Red Green Blue C M Y K H S L
Decimal 81 223 255 0.68 0.13 0 0 191.03 1 0.66
Hex 51 DF FF 44 D 0 0 BF 64 42
Octal 121 337 377 104 15 0 0 277 144 102
Binary 1010001 11011111 11111111 1000100 1101 0 0 10111111 1100100 1000010

Color Harmonies of #51DFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51DFFF

Black with #51DFFF

Text Example


Text Example

White with #51DFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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