Html Css Color HEX #11EFF3 Bright Turquoise

📋 copy color: '#11EFF3'

red 17 ◦ green 239 ◦ blue 243

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

Shades of Bright Turquoise #11EFF3

Tints of Bright Turquoise #11EFF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 48.7%

R = 3.41%
G = 47.9%
B = 48.7%

CMYK

 C value IS 0.93

 M value IS 0.02

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#11EFF3 (or 0x11EFF3) is known color: Bright Turquoise. HEX triplet: 11, EF and F3. RGB value is (17,239,243). Sum of RGB (Red+Green+Blue) = 17+239+243=499 (66% of max value = 765). Red value is 17 (7.03% from 255 or 3.41% from 499); Green value is 239 (93.75% from 255 or 47.90% from 499); Blue value is 243 (95.31% from 255 or 48.70% from 499); Max value from RGB is 243 - color contains mainly: blue. Hex color #11EFF3 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #11EFF3 is #EE100C. Grayscale: #ACACAC. Windows color (decimal): -15601677 or 15986449. OLE color: 15986449.

HSL color Cylindrical-coordinate representation of color #11EFF3: hue angle of 181.06º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11EFF3 is Cyan = 0.93, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 17 239 243 -
CMYK 0.93 0.02 0 0.05
HSL 181.06º 0.9% 0.51% -
HSV(B) 181.06º 0.93% 0.95% -
XYZ 47.28 68.32 95.49 -
YUV 173.08 167.45 16.67 -
System Red Green Blue C M Y K H S L
Decimal 17 239 243 0.93 0.02 0 0.05 181.06 0.9 0.51
Hex 11 EF F3 5D 2 0 5 B5 5A 33
Octal 21 357 363 135 2 0 5 265 132 63
Binary 10001 11101111 11110011 1011101 10 0 101 10110101 1011010 110011

Color Harmonies of #11EFF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11EFF3

Black with #11EFF3

Text Example


Text Example

White with #11EFF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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