Html Css Color HEX #11DCFA Bright Turquoise

📋 copy color: '#11DCFA'

red 17 ◦ green 220 ◦ blue 250

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

Shades of Bright Turquoise #11DCFA

Tints of Bright Turquoise #11DCFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 51.33%

R = 3.49%
G = 45.17%
B = 51.33%

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

#11DCFA (or 0x11DCFA) is known color: Bright Turquoise. HEX triplet: 11, DC and FA. RGB value is (17,220,250). Sum of RGB (Red+Green+Blue) = 17+220+250=487 (64% of max value = 765). Red value is 17 (7.03% from 255 or 3.49% from 487); Green value is 220 (86.33% from 255 or 45.17% from 487); Blue value is 250 (98.05% from 255 or 51.33% from 487); Max value from RGB is 250 - color contains mainly: blue. Hex color #11DCFA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11DCFA is #EE2305. Grayscale: #A2A2A2. Windows color (decimal): -15606534 or 16440337. OLE color: 16440337.

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

Color convert

RGB 17 220 250 -
CMYK 0.93 0.12 0 0.02
HSL 187.73º 0.96% 0.52% -
HSV(B) 187.73º 0.93% 0.98% -
XYZ 43.08 58.21 99.41 -
YUV 162.72 177.25 24.06 -
System Red Green Blue C M Y K H S L
Decimal 17 220 250 0.93 0.12 0 0.02 187.73 0.96 0.52
Hex 11 DC FA 5D C 0 2 BC 60 34
Octal 21 334 372 135 14 0 2 274 140 64
Binary 10001 11011100 11111010 1011101 1100 0 10 10111100 1100000 110100

Color Harmonies of #11DCFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11DCFA

Black with #11DCFA

Text Example


Text Example

White with #11DCFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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