Html Css Color HEX #51D2E5 Turquoise Blue

📋 copy color: '#51D2E5'

red 81 ◦ green 210 ◦ blue 229

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

Shades of Turquoise Blue #51D2E5

Tints of Turquoise Blue #51D2E5

RGB

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

 GREEN value IS 210 (82.42% from 255) = 40.38%

 BLUE value IS 229 (89.84% from 255) = 44.04%

R = 15.58%
G = 40.38%
B = 44.04%

CMYK

 C value IS 0.65

 M value IS 0.08

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#51D2E5 (or 0x51D2E5) is known color: Turquoise Blue. HEX triplet: 51, D2 and E5. RGB value is (81,210,229). Sum of RGB (Red+Green+Blue) = 81+210+229=520 (68% of max value = 765). Red value is 81 (32.03% from 255 or 15.58% from 520); Green value is 210 (82.42% from 255 or 40.38% from 520); Blue value is 229 (89.84% from 255 or 44.04% from 520); Max value from RGB is 229 - color contains mainly: blue. Hex color #51D2E5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51D2E5 is #AE2D1A. Grayscale: #ADADAD. Windows color (decimal): -11414811 or 15061585. OLE color: 15061585.

HSL color Cylindrical-coordinate representation of color #51D2E5: hue angle of 187.7º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #51D2E5 is Cyan = 0.65, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 81 210 229 -
CMYK 0.65 0.08 0 0.10
HSL 187.7º 0.74% 0.61% -
HSV(B) 187.7º 0.65% 0.9% -
XYZ 40.58 53.5 82.32 -
YUV 173.6 159.26 61.96 -
System Red Green Blue C M Y K H S L
Decimal 81 210 229 0.65 0.08 0 0.10 187.7 0.74 0.61
Hex 51 D2 E5 41 8 0 A BC 4A 3D
Octal 121 322 345 101 10 0 12 274 112 75
Binary 1010001 11010010 11100101 1000001 1000 0 1010 10111100 1001010 111101

Color Harmonies of #51D2E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51D2E5

Black with #51D2E5

Text Example


Text Example

White with #51D2E5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,210,229); }

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

background-color css

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

 a { background-color: rgb(81,210,229); }

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

border-color css

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

 span { border-color: rgb(81,210,229); }

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