#10EBCA

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

Shades of Bright Turquoise #10EBCA

Tints of Bright Turquoise #10EBCA

Color information

#10EBCA (or 0x10EBCA) is unknown color: approx Bright Turquoise. HEX triplet: 10, EB and CA. RGB value is (16,235,202). Sum of RGB (Red+Green+Blue) = 16+235+202=453 (60% of max value = 765). Red value is 16 (6.64% from 255 or 3.53% from 453); Green value is 235 (92.19% from 255 or 51.88% from 453); Blue value is 202 (79.30% from 255 or 44.59% from 453); Max value from RGB is 235 - color contains mainly: green. Hex color #10EBCA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #10EBCA is #EF1435. Grayscale: #A5A5A5. Windows color (decimal): -15668278 or 13298448. OLE color: 13298448.

HSL color Cylindrical-coordinate representation of color #10EBCA: hue angle of 170.96º 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 #10EBCA is Cyan = 0.93, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB16235202-
CMYK0.9300.140.08
HSL170.96º87.25%49.22%-
HSV(B)170.96º93.19%92.16%-
XYZ40.5863.7966.05-
YUV165.76148.4521.18-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 3.53%
GREEN value IS 235 (92.19% from 255) = 51.88%
BLUE value IS 202 (79.30% from 255) = 44.59%
R=3.53%
G=51.88%
B=44.59%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal162352020.9300.140.08170.9687.2549.22
Hex10EBCA5D0E8ab5731
Octal203533121350161025312761
Binary1000011101011110010101011101011101000101010111010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10EBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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