Html Css Color HEX #10EED7 Bright Turquoise

📋 copy color: '#10EED7'

red 16 ◦ green 238 ◦ blue 215

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

Shades of Bright Turquoise #10EED7

Tints of Bright Turquoise #10EED7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 45.84%

R = 3.41%
G = 50.75%
B = 45.84%

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

#10EED7 (or 0x10EED7) is known color: Bright Turquoise. HEX triplet: 10, EE and D7. RGB value is (16,238,215). Sum of RGB (Red+Green+Blue) = 16+238+215=469 (62% of max value = 765). Red value is 16 (6.64% from 255 or 3.41% from 469); Green value is 238 (93.36% from 255 or 50.75% from 469); Blue value is 215 (84.38% from 255 or 45.84% from 469); Max value from RGB is 238 - color contains mainly: green. Hex color #10EED7 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #10EED7 is #EF1128. Grayscale: #A8A8A8. Windows color (decimal): -15667497 or 14151184. OLE color: 14151184.

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

Color convert

RGB 16 238 215 -
CMYK 0.93 0 0.10 0.07
HSL 173.78º 0.87% 0.5% -
HSV(B) 173.78º 0.93% 0.93% -
XYZ 43.05 66.17 74.79 -
YUV 169 153.95 18.87 -
System Red Green Blue C M Y K H S L
Decimal 16 238 215 0.93 0 0.10 0.07 173.78 0.87 0.5
Hex 10 EE D7 5D 0 A 7 AE 57 32
Octal 20 356 327 135 0 12 7 256 127 62
Binary 10000 11101110 11010111 1011101 0 1010 111 10101110 1010111 110010

Color Harmonies of #10EED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10EED7

Black with #10EED7

Text Example


Text Example

White with #10EED7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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