Html Css Color HEX #11F2D6 Bright Turquoise

📋 copy color: '#11F2D6'

red 17 ◦ green 242 ◦ blue 214

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

Shades of Bright Turquoise #11F2D6

Tints of Bright Turquoise #11F2D6

RGB

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

 GREEN value IS 242 (94.92% from 255) = 51.16%

 BLUE value IS 214 (83.98% from 255) = 45.24%

R = 3.59%
G = 51.16%
B = 45.24%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.12

 K value IS 0.05

RGB Variations

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

Color information

#11F2D6 (or 0x11F2D6) is known color: Bright Turquoise. HEX triplet: 11, F2 and D6. RGB value is (17,242,214). Sum of RGB (Red+Green+Blue) = 17+242+214=473 (62% of max value = 765). Red value is 17 (7.03% from 255 or 3.59% from 473); Green value is 242 (94.92% from 255 or 51.16% from 473); Blue value is 214 (83.98% from 255 or 45.24% from 473); Max value from RGB is 242 - color contains mainly: green. Hex color #11F2D6 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #11F2D6 is #EE0D29. Grayscale: #ABABAB. Windows color (decimal): -15600938 or 14086673. OLE color: 14086673.

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

Color convert

RGB 17 242 214 -
CMYK 0.93 0 0.12 0.05
HSL 172.53º 0.9% 0.51% -
HSV(B) 172.53º 0.93% 0.95% -
XYZ 44.12 68.48 74.51 -
YUV 171.53 151.96 17.78 -
System Red Green Blue C M Y K H S L
Decimal 17 242 214 0.93 0 0.12 0.05 172.53 0.9 0.51
Hex 11 F2 D6 5D 0 C 5 AD 5A 33
Octal 21 362 326 135 0 14 5 255 132 63
Binary 10001 11110010 11010110 1011101 0 1100 101 10101101 1011010 110011

Color Harmonies of #11F2D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11F2D6

Black with #11F2D6

Text Example


Text Example

White with #11F2D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,242,214); }

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

background-color css

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

 a { background-color: rgb(17,242,214); }

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

border-color css

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

 span { border-color: rgb(17,242,214); }

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