Html Css Color HEX #11F9DF Bright Turquoise

📋 copy color: '#11F9DF'

red 17 ◦ green 249 ◦ blue 223

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

Shades of Bright Turquoise #11F9DF

Tints of Bright Turquoise #11F9DF

RGB

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

 GREEN value IS 249 (97.66% from 255) = 50.92%

 BLUE value IS 223 (87.5% from 255) = 45.6%

R = 3.48%
G = 50.92%
B = 45.6%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#11F9DF (or 0x11F9DF) is known color: Bright Turquoise. HEX triplet: 11, F9 and DF. RGB value is (17,249,223). Sum of RGB (Red+Green+Blue) = 17+249+223=489 (64% of max value = 765). Red value is 17 (7.03% from 255 or 3.48% from 489); Green value is 249 (97.66% from 255 or 50.92% from 489); Blue value is 223 (87.5% from 255 or 45.60% from 489); Max value from RGB is 249 - color contains mainly: green. Hex color #11F9DF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #11F9DF is #EE0620. Grayscale: #B0B0B0. Windows color (decimal): -15599137 or 14678289. OLE color: 14678289.

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

Color convert

RGB 17 249 223 -
CMYK 0.93 0 0.10 0.02
HSL 173.28º 0.95% 0.52% -
HSV(B) 173.28º 0.93% 0.98% -
XYZ 47.43 73.2 81.44 -
YUV 176.67 154.14 14.11 -
System Red Green Blue C M Y K H S L
Decimal 17 249 223 0.93 0 0.10 0.02 173.28 0.95 0.52
Hex 11 F9 DF 5D 0 A 2 AD 5F 34
Octal 21 371 337 135 0 12 2 255 137 64
Binary 10001 11111001 11011111 1011101 0 1010 10 10101101 1011111 110100

Color Harmonies of #11F9DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11F9DF

Black with #11F9DF

Text Example


Text Example

White with #11F9DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,249,223); }

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

background-color css

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

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

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

border-color css

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

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

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