Html Css Color HEX #11F1DB Bright Turquoise

📋 copy color: '#11F1DB'

red 17 ◦ green 241 ◦ blue 219

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

Shades of Bright Turquoise #11F1DB

Tints of Bright Turquoise #11F1DB

RGB

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

 GREEN value IS 241 (94.53% from 255) = 50.52%

 BLUE value IS 219 (85.94% from 255) = 45.91%

R = 3.56%
G = 50.52%
B = 45.91%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#11F1DB (or 0x11F1DB) is known color: Bright Turquoise. HEX triplet: 11, F1 and DB. RGB value is (17,241,219). Sum of RGB (Red+Green+Blue) = 17+241+219=477 (63% of max value = 765). Red value is 17 (7.03% from 255 or 3.56% from 477); Green value is 241 (94.53% from 255 or 50.52% from 477); Blue value is 219 (85.94% from 255 or 45.91% from 477); Max value from RGB is 241 - color contains mainly: green. Hex color #11F1DB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #11F1DB is #EE0E24. Grayscale: #ABABAB. Windows color (decimal): -15601189 or 14414097. OLE color: 14414097.

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

Color convert

RGB 17 241 219 -
CMYK 0.93 0 0.09 0.05
HSL 174.11º 0.89% 0.51% -
HSV(B) 174.11º 0.93% 0.95% -
XYZ 44.47 68.14 77.83 -
YUV 171.52 154.79 17.79 -
System Red Green Blue C M Y K H S L
Decimal 17 241 219 0.93 0 0.09 0.05 174.11 0.89 0.51
Hex 11 F1 DB 5D 0 9 5 AE 59 33
Octal 21 361 333 135 0 11 5 256 131 63
Binary 10001 11110001 11011011 1011101 0 1001 101 10101110 1011001 110011

Color Harmonies of #11F1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11F1DB

Black with #11F1DB

Text Example


Text Example

White with #11F1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,241,219); }

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

background-color css

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

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

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

border-color css

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

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

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