Html Css Color HEX #11F3C9 Bright Turquoise

📋 copy color: '#11F3C9'

red 17 ◦ green 243 ◦ blue 201

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

Shades of Bright Turquoise #11F3C9

Tints of Bright Turquoise #11F3C9

RGB

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

 GREEN value IS 243 (95.31% from 255) = 52.71%

 BLUE value IS 201 (78.91% from 255) = 43.6%

R = 3.69%
G = 52.71%
B = 43.6%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.17

 K value IS 0.05

RGB Variations

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

Color information

#11F3C9 (or 0x11F3C9) is known color: Bright Turquoise. HEX triplet: 11, F3 and C9. RGB value is (17,243,201). Sum of RGB (Red+Green+Blue) = 17+243+201=461 (61% of max value = 765). Red value is 17 (7.03% from 255 or 3.69% from 461); Green value is 243 (95.31% from 255 or 52.71% from 461); Blue value is 201 (78.91% from 255 or 43.60% from 461); Max value from RGB is 243 - color contains mainly: green. Hex color #11F3C9 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #11F3C9 is #EE0C36. Grayscale: #AAAAAA. Windows color (decimal): -15600695 or 13234961. OLE color: 13234961.

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

Color convert

RGB 17 243 201 -
CMYK 0.93 0 0.17 0.05
HSL 168.85º 0.9% 0.51% -
HSV(B) 168.85º 0.93% 0.95% -
XYZ 42.82 68.44 66.21 -
YUV 170.64 145.13 18.42 -
System Red Green Blue C M Y K H S L
Decimal 17 243 201 0.93 0 0.17 0.05 168.85 0.9 0.51
Hex 11 F3 C9 5D 0 11 5 A9 5A 33
Octal 21 363 311 135 0 21 5 251 132 63
Binary 10001 11110011 11001001 1011101 0 10001 101 10101001 1011010 110011

Color Harmonies of #11F3C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11F3C9

Black with #11F3C9

Text Example


Text Example

White with #11F3C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,243,201); }

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

background-color css

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

 a { background-color: rgb(17,243,201); }

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

border-color css

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

 span { border-color: rgb(17,243,201); }

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