Html Css Color HEX #10EEDD Bright Turquoise

📋 copy color: '#10EEDD'

red 16 ◦ green 238 ◦ blue 221

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

Shades of Bright Turquoise #10EEDD

Tints of Bright Turquoise #10EEDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 46.53%

R = 3.37%
G = 50.11%
B = 46.53%

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

#10EEDD (or 0x10EEDD) is known color: Bright Turquoise. HEX triplet: 10, EE and DD. RGB value is (16,238,221). Sum of RGB (Red+Green+Blue) = 16+238+221=475 (62% of max value = 765). Red value is 16 (6.64% from 255 or 3.37% from 475); Green value is 238 (93.36% from 255 or 50.11% from 475); Blue value is 221 (86.72% from 255 or 46.53% from 475); Max value from RGB is 238 - color contains mainly: green. Hex color #10EEDD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #10EEDD is #EF1122. Grayscale: #A9A9A9. Windows color (decimal): -15667491 or 14544400. OLE color: 14544400.

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

Color convert

RGB 16 238 221 -
CMYK 0.93 0 0.07 0.07
HSL 175.41º 0.87% 0.5% -
HSV(B) 175.41º 0.93% 0.93% -
XYZ 43.84 66.48 78.93 -
YUV 169.68 156.95 18.38 -
System Red Green Blue C M Y K H S L
Decimal 16 238 221 0.93 0 0.07 0.07 175.41 0.87 0.5
Hex 10 EE DD 5D 0 7 7 AF 57 32
Octal 20 356 335 135 0 7 7 257 127 62
Binary 10000 11101110 11011101 1011101 0 111 111 10101111 1010111 110010

Color Harmonies of #10EEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10EEDD

Black with #10EEDD

Text Example


Text Example

White with #10EEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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