Html Css Color HEX #11F4CF Bright Turquoise

📋 copy color: '#11F4CF'

red 17 ◦ green 244 ◦ blue 207

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

Shades of Bright Turquoise #11F4CF

Tints of Bright Turquoise #11F4CF

RGB

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

 GREEN value IS 244 (95.7% from 255) = 52.14%

 BLUE value IS 207 (81.25% from 255) = 44.23%

R = 3.63%
G = 52.14%
B = 44.23%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.15

 K value IS 0.04

RGB Variations

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

Color information

#11F4CF (or 0x11F4CF) is known color: Bright Turquoise. HEX triplet: 11, F4 and CF. RGB value is (17,244,207). Sum of RGB (Red+Green+Blue) = 17+244+207=468 (61% of max value = 765). Red value is 17 (7.03% from 255 or 3.63% from 468); Green value is 244 (95.70% from 255 or 52.14% from 468); Blue value is 207 (81.25% from 255 or 44.23% from 468); Max value from RGB is 244 - color contains mainly: green. Hex color #11F4CF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #11F4CF is #EE0B30. Grayscale: #ABABAB. Windows color (decimal): -15600433 or 13628433. OLE color: 13628433.

HSL color Cylindrical-coordinate representation of color #11F4CF: hue angle of 170.22º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11F4CF is Cyan = 0.93, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.04.

Color convert

RGB 17 244 207 -
CMYK 0.93 0 0.15 0.04
HSL 170.22º 0.91% 0.51% -
HSV(B) 170.22º 0.93% 0.96% -
XYZ 43.84 69.33 70.1 -
YUV 171.91 147.79 17.51 -
System Red Green Blue C M Y K H S L
Decimal 17 244 207 0.93 0 0.15 0.04 170.22 0.91 0.51
Hex 11 F4 CF 5D 0 F 4 AA 5B 33
Octal 21 364 317 135 0 17 4 252 133 63
Binary 10001 11110100 11001111 1011101 0 1111 100 10101010 1011011 110011

Color Harmonies of #11F4CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11F4CF

Black with #11F4CF

Text Example


Text Example

White with #11F4CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,244,207); }

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

background-color css

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

 a { background-color: rgb(17,244,207); }

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

border-color css

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

 span { border-color: rgb(17,244,207); }

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