Html Css Color HEX #51D2EB Turquoise Blue

📋 copy color: '#51D2EB'

red 81 ◦ green 210 ◦ blue 235

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

Shades of Turquoise Blue #51D2EB

Tints of Turquoise Blue #51D2EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 44.68%

R = 15.4%
G = 39.92%
B = 44.68%

CMYK

 C value IS 0.66

 M value IS 0.11

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#51D2EB (or 0x51D2EB) is known color: Turquoise Blue. HEX triplet: 51, D2 and EB. RGB value is (81,210,235). Sum of RGB (Red+Green+Blue) = 81+210+235=526 (69% of max value = 765). Red value is 81 (32.03% from 255 or 15.40% from 526); Green value is 210 (82.42% from 255 or 39.92% from 526); Blue value is 235 (92.19% from 255 or 44.68% from 526); Max value from RGB is 235 - color contains mainly: blue. Hex color #51D2EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #51D2EB is #AE2D14. Grayscale: #AEAEAE. Windows color (decimal): -11414805 or 15454801. OLE color: 15454801.

HSL color Cylindrical-coordinate representation of color #51D2EB: hue angle of 189.74º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #51D2EB is Cyan = 0.66, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 81 210 235 -
CMYK 0.66 0.11 0 0.08
HSL 189.74º 0.79% 0.62% -
HSV(B) 189.74º 0.66% 0.92% -
XYZ 41.44 53.84 86.81 -
YUV 174.28 162.26 61.47 -
System Red Green Blue C M Y K H S L
Decimal 81 210 235 0.66 0.11 0 0.08 189.74 0.79 0.62
Hex 51 D2 EB 42 B 0 8 BE 4F 3E
Octal 121 322 353 102 13 0 10 276 117 76
Binary 1010001 11010010 11101011 1000010 1011 0 1000 10111110 1001111 111110

Color Harmonies of #51D2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51D2EB

Black with #51D2EB

Text Example


Text Example

White with #51D2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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