#10EBDA

Color #10EBDA Bright Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Turquoise #10EBDA

Tints of Bright Turquoise #10EBDA

Color information

#10EBDA (or 0x10EBDA) is unknown color: approx Bright Turquoise. HEX triplet: 10, EB and DA. RGB value is (16,235,218). Sum of RGB (Red+Green+Blue) = 16+235+218=469 (62% of max value = 765). Red value is 16 (6.64% from 255 or 3.41% from 469); Green value is 235 (92.19% from 255 or 50.11% from 469); Blue value is 218 (85.55% from 255 or 46.48% from 469); Max value from RGB is 235 - color contains mainly: green. Hex color #10EBDA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #10EBDA is #EF1425. Grayscale: #A7A7A7. Windows color (decimal): -15668262 or 14347024. OLE color: 14347024.

HSL color Cylindrical-coordinate representation of color #10EBDA: hue angle of 175.34º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10EBDA is Cyan = 0.93, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB16235218-
CMYK0.9300.070.08
HSL175.34º87.25%49.22%-
HSV(B)175.34º93.19%92.16%-
XYZ42.5864.5976.55-
YUV167.58156.4519.88-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 3.41%
GREEN value IS 235 (92.19% from 255) = 50.11%
BLUE value IS 218 (85.55% from 255) = 46.48%
R=3.41%
G=50.11%
B=46.48%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal162352180.9300.070.08175.3487.2549.22
Hex10EBDA5D078af5731
Octal20353332135071025712761
Binary100001110101111011010101110101111000101011111010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10EBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10EBDA; }

 p { color: rgb(16,235,218); }

 H1.HeaderClassName
 {
   color: #10EBDA;
 }
 .AnyTagClassName
 {
   color: #10EBDA;
 }
</style>
background-color css

<style>
 a { background-color: #10EBDA; }

 a { background-color: rgb(16,235,218); }

 div.DivClassName
 {
   background-color: #10EBDA;
 }
 .BgClassName
 {
   background-color: #10EBDA;
 }
</style>
border-color css

<style>
 span { border-color: #10EBDA; }

 span { border-color: rgb(16,235,218); }

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