Html Css Color HEX #11DCF9 Bright Turquoise

📋 copy color: '#11DCF9'

red 17 ◦ green 220 ◦ blue 249

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

Shades of Bright Turquoise #11DCF9

Tints of Bright Turquoise #11DCF9

RGB

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

 GREEN value IS 220 (86.33% from 255) = 45.27%

 BLUE value IS 249 (97.66% from 255) = 51.23%

R = 3.5%
G = 45.27%
B = 51.23%

CMYK

 C value IS 0.93

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#11DCF9 (or 0x11DCF9) is known color: Bright Turquoise. HEX triplet: 11, DC and F9. RGB value is (17,220,249). Sum of RGB (Red+Green+Blue) = 17+220+249=486 (64% of max value = 765). Red value is 17 (7.03% from 255 or 3.50% from 486); Green value is 220 (86.33% from 255 or 45.27% from 486); Blue value is 249 (97.66% from 255 or 51.23% from 486); Max value from RGB is 249 - color contains mainly: blue. Hex color #11DCF9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11DCF9 is #EE2306. Grayscale: #A2A2A2. Windows color (decimal): -15606535 or 16374801. OLE color: 16374801.

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

Color convert

RGB 17 220 249 -
CMYK 0.93 0.12 0 0.02
HSL 187.5º 0.95% 0.52% -
HSV(B) 187.5º 0.93% 0.98% -
XYZ 42.92 58.15 98.58 -
YUV 162.61 176.75 24.14 -
System Red Green Blue C M Y K H S L
Decimal 17 220 249 0.93 0.12 0 0.02 187.5 0.95 0.52
Hex 11 DC F9 5D C 0 2 BC 5F 34
Octal 21 334 371 135 14 0 2 274 137 64
Binary 10001 11011100 11111001 1011101 1100 0 10 10111100 1011111 110100

Color Harmonies of #11DCF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11DCF9

Black with #11DCF9

Text Example


Text Example

White with #11DCF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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