Html Css Color HEX #11EFDA Bright Turquoise

📋 copy color: '#11EFDA'

red 17 ◦ green 239 ◦ blue 218

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

Shades of Bright Turquoise #11EFDA

Tints of Bright Turquoise #11EFDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.99%

R = 3.59%
G = 50.42%
B = 45.99%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#11EFDA (or 0x11EFDA) is known color: Bright Turquoise. HEX triplet: 11, EF and DA. RGB value is (17,239,218). Sum of RGB (Red+Green+Blue) = 17+239+218=474 (62% of max value = 765). Red value is 17 (7.03% from 255 or 3.59% from 474); Green value is 239 (93.75% from 255 or 50.42% from 474); Blue value is 218 (85.55% from 255 or 45.99% from 474); Max value from RGB is 239 - color contains mainly: green. Hex color #11EFDA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #11EFDA is #EE1025. Grayscale: #AAAAAA. Windows color (decimal): -15601702 or 14348049. OLE color: 14348049.

HSL color Cylindrical-coordinate representation of color #11EFDA: hue angle of 174.32º 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 #11EFDA is Cyan = 0.93, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB 17 239 218 -
CMYK 0.93 0 0.09 0.06
HSL 174.32º 0.87% 0.5% -
HSV(B) 174.32º 0.93% 0.94% -
XYZ 43.75 66.91 76.94 -
YUV 170.23 154.95 18.71 -
System Red Green Blue C M Y K H S L
Decimal 17 239 218 0.93 0 0.09 0.06 174.32 0.87 0.5
Hex 11 EF DA 5D 0 9 6 AE 57 32
Octal 21 357 332 135 0 11 6 256 127 62
Binary 10001 11101111 11011010 1011101 0 1001 110 10101110 1010111 110010

Color Harmonies of #11EFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11EFDA

Black with #11EFDA

Text Example


Text Example

White with #11EFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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