Html Css Color HEX #51EECE Turquoise

📋 copy color: '#51EECE'

red 81 ◦ green 238 ◦ blue 206

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

Shades of Turquoise #51EECE

Tints of Turquoise #51EECE

RGB

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

 GREEN value IS 238 (93.36% from 255) = 45.33%

 BLUE value IS 206 (80.86% from 255) = 39.24%

R = 15.43%
G = 45.33%
B = 39.24%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#51EECE (or 0x51EECE) is known color: Turquoise. HEX triplet: 51, EE and CE. RGB value is (81,238,206). Sum of RGB (Red+Green+Blue) = 81+238+206=525 (69% of max value = 765). Red value is 81 (32.03% from 255 or 15.43% from 525); Green value is 238 (93.36% from 255 or 45.33% from 525); Blue value is 206 (80.86% from 255 or 39.24% from 525); Max value from RGB is 238 - color contains mainly: green. Hex color #51EECE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #51EECE is #AE1131. Grayscale: #BBBBBB. Windows color (decimal): -11407666 or 13561425. OLE color: 13561425.

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

Color convert

RGB 81 238 206 -
CMYK 0.66 0 0.13 0.07
HSL 167.77º 0.82% 0.63% -
HSV(B) 167.77º 0.66% 0.93% -
XYZ 45.11 67.35 69.02 -
YUV 187.41 138.49 52.1 -
System Red Green Blue C M Y K H S L
Decimal 81 238 206 0.66 0 0.13 0.07 167.77 0.82 0.63
Hex 51 EE CE 42 0 D 7 A8 52 3F
Octal 121 356 316 102 0 15 7 250 122 77
Binary 1010001 11101110 11001110 1000010 0 1101 111 10101000 1010010 111111

Color Harmonies of #51EECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51EECE

Black with #51EECE

Text Example


Text Example

White with #51EECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,238,206); }

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

background-color css

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

 a { background-color: rgb(81,238,206); }

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

border-color css

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

 span { border-color: rgb(81,238,206); }

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