Html Css Color HEX #10EADC Bright Turquoise

📋 copy color: '#10EADC'

red 16 ◦ green 234 ◦ blue 220

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

Shades of Bright Turquoise #10EADC

Tints of Bright Turquoise #10EADC

RGB

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

 GREEN value IS 234 (91.8% from 255) = 49.79%

 BLUE value IS 220 (86.33% from 255) = 46.81%

R = 3.4%
G = 49.79%
B = 46.81%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#10EADC (or 0x10EADC) is known color: Bright Turquoise. HEX triplet: 10, EA and DC. RGB value is (16,234,220). Sum of RGB (Red+Green+Blue) = 16+234+220=470 (62% of max value = 765). Red value is 16 (6.64% from 255 or 3.40% from 470); Green value is 234 (91.80% from 255 or 49.79% from 470); Blue value is 220 (86.33% from 255 or 46.81% from 470); Max value from RGB is 234 - color contains mainly: green. Hex color #10EADC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #10EADC is #EF1523. Grayscale: #A7A7A7. Windows color (decimal): -15668516 or 14477840. OLE color: 14477840.

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

Color convert

RGB 16 234 220 -
CMYK 0.93 0 0.06 0.08
HSL 176.15º 0.87% 0.49% -
HSV(B) 176.15º 0.93% 0.92% -
XYZ 42.55 64.12 77.84 -
YUV 167.22 157.78 20.14 -
System Red Green Blue C M Y K H S L
Decimal 16 234 220 0.93 0 0.06 0.08 176.15 0.87 0.49
Hex 10 EA DC 5D 0 6 8 B0 57 31
Octal 20 352 334 135 0 6 10 260 127 61
Binary 10000 11101010 11011100 1011101 0 110 1000 10110000 1010111 110001

Color Harmonies of #10EADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10EADC

Black with #10EADC

Text Example


Text Example

White with #10EADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,234,220); }

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

background-color css

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

 a { background-color: rgb(16,234,220); }

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

border-color css

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

 span { border-color: rgb(16,234,220); }

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