Html Css Color HEX #10EED6 Bright Turquoise

📋 copy color: '#10EED6'

red 16 ◦ green 238 ◦ blue 214

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

Shades of Bright Turquoise #10EED6

Tints of Bright Turquoise #10EED6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 45.73%

R = 3.42%
G = 50.85%
B = 45.73%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#10EED6 (or 0x10EED6) is known color: Bright Turquoise. HEX triplet: 10, EE and D6. RGB value is (16,238,214). Sum of RGB (Red+Green+Blue) = 16+238+214=468 (61% of max value = 765). Red value is 16 (6.64% from 255 or 3.42% from 468); Green value is 238 (93.36% from 255 or 50.85% from 468); Blue value is 214 (83.98% from 255 or 45.73% from 468); Max value from RGB is 238 - color contains mainly: green. Hex color #10EED6 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #10EED6 is #EF1129. Grayscale: #A8A8A8. Windows color (decimal): -15667498 or 14085648. OLE color: 14085648.

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

Color convert

RGB 16 238 214 -
CMYK 0.93 0 0.10 0.07
HSL 173.51º 0.87% 0.5% -
HSV(B) 173.51º 0.93% 0.93% -
XYZ 42.93 66.11 74.12 -
YUV 168.89 153.45 18.95 -
System Red Green Blue C M Y K H S L
Decimal 16 238 214 0.93 0 0.10 0.07 173.51 0.87 0.5
Hex 10 EE D6 5D 0 A 7 AE 57 32
Octal 20 356 326 135 0 12 7 256 127 62
Binary 10000 11101110 11010110 1011101 0 1010 111 10101110 1010111 110010

Color Harmonies of #10EED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10EED6

Black with #10EED6

Text Example


Text Example

White with #10EED6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,238,214); }

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

background-color css

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

 a { background-color: rgb(16,238,214); }

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

border-color css

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

 span { border-color: rgb(16,238,214); }

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