Html Css Color HEX #11DEEF Bright Turquoise

📋 copy color: '#11DEEF'

red 17 ◦ green 222 ◦ blue 239

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

Shades of Bright Turquoise #11DEEF

Tints of Bright Turquoise #11DEEF

RGB

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

 GREEN value IS 222 (87.11% from 255) = 46.44%

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

R = 3.56%
G = 46.44%
B = 50%

CMYK

 C value IS 0.93

 M value IS 0.07

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#11DEEF (or 0x11DEEF) is known color: Bright Turquoise. HEX triplet: 11, DE and EF. RGB value is (17,222,239). Sum of RGB (Red+Green+Blue) = 17+222+239=478 (63% of max value = 765). Red value is 17 (7.03% from 255 or 3.56% from 478); Green value is 222 (87.11% from 255 or 46.44% from 478); Blue value is 239 (93.75% from 255 or 50% from 478); Max value from RGB is 239 - color contains mainly: blue. Hex color #11DEEF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11DEEF is #EE2110. Grayscale: #A2A2A2. Windows color (decimal): -15606033 or 15719953. OLE color: 15719953.

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

Color convert

RGB 17 222 239 -
CMYK 0.93 0.07 0 0.06
HSL 184.59º 0.87% 0.5% -
HSV(B) 184.59º 0.93% 0.94% -
XYZ 41.93 58.59 90.76 -
YUV 162.64 171.08 24.12 -
System Red Green Blue C M Y K H S L
Decimal 17 222 239 0.93 0.07 0 0.06 184.59 0.87 0.5
Hex 11 DE EF 5D 7 0 6 B9 57 32
Octal 21 336 357 135 7 0 6 271 127 62
Binary 10001 11011110 11101111 1011101 111 0 110 10111001 1010111 110010

Color Harmonies of #11DEEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11DEEF

Black with #11DEEF

Text Example


Text Example

White with #11DEEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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