Html Css Color HEX #11EFEF Bright Turquoise

📋 copy color: '#11EFEF'

red 17 ◦ green 239 ◦ blue 239

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

Shades of Bright Turquoise #11EFEF

Tints of Bright Turquoise #11EFEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 48.28%

R = 3.43%
G = 48.28%
B = 48.28%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#11EFEF (or 0x11EFEF) is known color: Bright Turquoise. HEX triplet: 11, EF and EF. RGB value is (17,239,239). Sum of RGB (Red+Green+Blue) = 17+239+239=495 (65% of max value = 765). Red value is 17 (7.03% from 255 or 3.43% from 495); Green value is 239 (93.75% from 255 or 48.28% from 495); Blue value is 239 (93.75% from 255 or 48.28% from 495); Max value from RGB is 239 - color contains mainly: green, blue. Hex color #11EFEF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #11EFEF is #EE1010. Grayscale: #ACACAC. Windows color (decimal): -15601681 or 15724305. OLE color: 15724305.

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

Color convert

RGB 17 239 239 -
CMYK 0.93 0 0 0.06
HSL 180º 0.87% 0.5% -
HSV(B) 180º 0.93% 0.94% -
XYZ 46.68 68.08 92.34 -
YUV 172.62 165.45 17 -
System Red Green Blue C M Y K H S L
Decimal 17 239 239 0.93 0 0 0.06 180 0.87 0.5
Hex 11 EF EF 5D 0 0 6 B4 57 32
Octal 21 357 357 135 0 0 6 264 127 62
Binary 10001 11101111 11101111 1011101 0 0 110 10110100 1010111 110010

Color Harmonies of #11EFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11EFEF

Black with #11EFEF

Text Example


Text Example

White with #11EFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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