Html Css Color HEX #11DEEA Bright Turquoise

📋 copy color: '#11DEEA'

red 17 ◦ green 222 ◦ blue 234

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

Shades of Bright Turquoise #11DEEA

Tints of Bright Turquoise #11DEEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 49.47%

R = 3.59%
G = 46.93%
B = 49.47%

CMYK

 C value IS 0.93

 M value IS 0.05

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#11DEEA (or 0x11DEEA) is known color: Bright Turquoise. HEX triplet: 11, DE and EA. RGB value is (17,222,234). Sum of RGB (Red+Green+Blue) = 17+222+234=473 (62% of max value = 765). Red value is 17 (7.03% from 255 or 3.59% from 473); Green value is 222 (87.11% from 255 or 46.93% from 473); Blue value is 234 (91.80% from 255 or 49.47% from 473); Max value from RGB is 234 - color contains mainly: blue. Hex color #11DEEA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11DEEA is #EE2115. Grayscale: #A1A1A1. Windows color (decimal): -15606038 or 15392273. OLE color: 15392273.

HSL color Cylindrical-coordinate representation of color #11DEEA: hue angle of 183.32º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11DEEA is Cyan = 0.93, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 17 222 234 -
CMYK 0.93 0.05 0 0.08
HSL 183.32º 0.86% 0.49% -
HSV(B) 183.32º 0.93% 0.92% -
XYZ 41.2 58.3 86.92 -
YUV 162.07 168.58 24.52 -
System Red Green Blue C M Y K H S L
Decimal 17 222 234 0.93 0.05 0 0.08 183.32 0.86 0.49
Hex 11 DE EA 5D 5 0 8 B7 56 31
Octal 21 336 352 135 5 0 10 267 126 61
Binary 10001 11011110 11101010 1011101 101 0 1000 10110111 1010110 110001

Color Harmonies of #11DEEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11DEEA

Black with #11DEEA

Text Example


Text Example

White with #11DEEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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