Html Css Color HEX #11EFDC Bright Turquoise

📋 copy color: '#11EFDC'

red 17 ◦ green 239 ◦ blue 220

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

Shades of Bright Turquoise #11EFDC

Tints of Bright Turquoise #11EFDC

RGB

 RED value IS 17 (7.03% from 255) = 3.57%

 GREEN value IS 239 (93.75% from 255) = 50.21%

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

R = 3.57%
G = 50.21%
B = 46.22%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#11EFDC (or 0x11EFDC) is known color: Bright Turquoise. HEX triplet: 11, EF and DC. RGB value is (17,239,220). Sum of RGB (Red+Green+Blue) = 17+239+220=476 (63% of max value = 765). Red value is 17 (7.03% from 255 or 3.57% from 476); Green value is 239 (93.75% from 255 or 50.21% from 476); Blue value is 220 (86.33% from 255 or 46.22% from 476); Max value from RGB is 239 - color contains mainly: green. Hex color #11EFDC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #11EFDC is #EE1023. Grayscale: #AAAAAA. Windows color (decimal): -15601700 or 14479121. OLE color: 14479121.

HSL color Cylindrical-coordinate representation of color #11EFDC: hue angle of 174.86º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11EFDC is Cyan = 0.93, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 17 239 220 -
CMYK 0.93 0 0.08 0.06
HSL 174.86º 0.87% 0.5% -
HSV(B) 174.86º 0.93% 0.94% -
XYZ 44.02 67.02 78.33 -
YUV 170.46 155.95 18.54 -
System Red Green Blue C M Y K H S L
Decimal 17 239 220 0.93 0 0.08 0.06 174.86 0.87 0.5
Hex 11 EF DC 5D 0 8 6 AF 57 32
Octal 21 357 334 135 0 10 6 257 127 62
Binary 10001 11101111 11011100 1011101 0 1000 110 10101111 1010111 110010

Color Harmonies of #11EFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11EFDC

Black with #11EFDC

Text Example


Text Example

White with #11EFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11EFDC; }

 p { color: rgb(17,239,220); }

 H1.HeaderClassName
 {
   color: #11EFDC;
 }
 .AnyTagClassName
 {
   color: #11EFDC;
 }
</style>

background-color css

<style>
 a { background-color: #11EFDC; }

 a { background-color: rgb(17,239,220); }

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

border-color css

<style>
 span { border-color: #11EFDC; }

 span { border-color: rgb(17,239,220); }

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