Html Css Color HEX #10EEDE Bright Turquoise

📋 copy color: '#10EEDE'

red 16 ◦ green 238 ◦ blue 222

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

Shades of Bright Turquoise #10EEDE

Tints of Bright Turquoise #10EEDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 46.64%

R = 3.36%
G = 50%
B = 46.64%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#10EEDE (or 0x10EEDE) is known color: Bright Turquoise. HEX triplet: 10, EE and DE. RGB value is (16,238,222). Sum of RGB (Red+Green+Blue) = 16+238+222=476 (63% of max value = 765). Red value is 16 (6.64% from 255 or 3.36% from 476); Green value is 238 (93.36% from 255 or 50% from 476); Blue value is 222 (87.11% from 255 or 46.64% from 476); Max value from RGB is 238 - color contains mainly: green. Hex color #10EEDE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #10EEDE is #EF1121. Grayscale: #A9A9A9. Windows color (decimal): -15667490 or 14609936. OLE color: 14609936.

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

Color convert

RGB 16 238 222 -
CMYK 0.93 0 0.07 0.07
HSL 175.68º 0.87% 0.5% -
HSV(B) 175.68º 0.93% 0.93% -
XYZ 43.97 66.53 79.63 -
YUV 169.8 157.45 18.3 -
System Red Green Blue C M Y K H S L
Decimal 16 238 222 0.93 0 0.07 0.07 175.68 0.87 0.5
Hex 10 EE DE 5D 0 7 7 B0 57 32
Octal 20 356 336 135 0 7 7 260 127 62
Binary 10000 11101110 11011110 1011101 0 111 111 10110000 1010111 110010

Color Harmonies of #10EEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10EEDE

Black with #10EEDE

Text Example


Text Example

White with #10EEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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