Html Css Color HEX #10ECC1 Bright Turquoise

📋 copy color: '#10ECC1'

red 16 ◦ green 236 ◦ blue 193

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

Shades of Bright Turquoise #10ECC1

Tints of Bright Turquoise #10ECC1

RGB

 RED value IS 16 (6.64% from 255) = 3.6%

 GREEN value IS 236 (92.58% from 255) = 53.03%

 BLUE value IS 193 (75.78% from 255) = 43.37%

R = 3.6%
G = 53.03%
B = 43.37%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#10ECC1 (or 0x10ECC1) is known color: Bright Turquoise. HEX triplet: 10, EC and C1. RGB value is (16,236,193). Sum of RGB (Red+Green+Blue) = 16+236+193=445 (58% of max value = 765). Red value is 16 (6.64% from 255 or 3.60% from 445); Green value is 236 (92.58% from 255 or 53.03% from 445); Blue value is 193 (75.78% from 255 or 43.37% from 445); Max value from RGB is 236 - color contains mainly: green. Hex color #10ECC1 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #10ECC1 is #EF133E. Grayscale: #A5A5A5. Windows color (decimal): -15668031 or 12708880. OLE color: 12708880.

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

Color convert

RGB 16 236 193 -
CMYK 0.93 0 0.18 0.07
HSL 168.27º 0.87% 0.49% -
HSV(B) 168.27º 0.93% 0.93% -
XYZ 39.83 63.95 60.7 -
YUV 165.32 143.61 21.5 -
System Red Green Blue C M Y K H S L
Decimal 16 236 193 0.93 0 0.18 0.07 168.27 0.87 0.49
Hex 10 EC C1 5D 0 12 7 A8 57 31
Octal 20 354 301 135 0 22 7 250 127 61
Binary 10000 11101100 11000001 1011101 0 10010 111 10101000 1010111 110001

Color Harmonies of #10ECC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10ECC1

Black with #10ECC1

Text Example


Text Example

White with #10ECC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,236,193); }

 H1.HeaderClassName
 {
   color: #10ECC1;
 }
 .AnyTagClassName
 {
   color: #10ECC1;
 }
</style>

background-color css

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

 a { background-color: rgb(16,236,193); }

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

border-color css

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

 span { border-color: rgb(16,236,193); }

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