Html Css Color HEX #11F0CA Bright Turquoise

📋 copy color: '#11F0CA'

red 17 ◦ green 240 ◦ blue 202

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

Shades of Bright Turquoise #11F0CA

Tints of Bright Turquoise #11F0CA

RGB

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

 GREEN value IS 240 (94.14% from 255) = 52.29%

 BLUE value IS 202 (79.3% from 255) = 44.01%

R = 3.7%
G = 52.29%
B = 44.01%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.16

 K value IS 0.06

RGB Variations

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

Color information

#11F0CA (or 0x11F0CA) is known color: Bright Turquoise. HEX triplet: 11, F0 and CA. RGB value is (17,240,202). Sum of RGB (Red+Green+Blue) = 17+240+202=459 (60% of max value = 765). Red value is 17 (7.03% from 255 or 3.70% from 459); Green value is 240 (94.14% from 255 or 52.29% from 459); Blue value is 202 (79.30% from 255 or 44.01% from 459); Max value from RGB is 240 - color contains mainly: green. Hex color #11F0CA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #11F0CA is #EE0F35. Grayscale: #A8A8A8. Windows color (decimal): -15601462 or 13299729. OLE color: 13299729.

HSL color Cylindrical-coordinate representation of color #11F0CA: hue angle of 169.78º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11F0CA is Cyan = 0.93, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.06.

Color convert

RGB 17 240 202 -
CMYK 0.93 0 0.16 0.06
HSL 169.78º 0.88% 0.5% -
HSV(B) 169.78º 0.93% 0.94% -
XYZ 42.05 66.7 66.54 -
YUV 168.99 146.62 19.59 -
System Red Green Blue C M Y K H S L
Decimal 17 240 202 0.93 0 0.16 0.06 169.78 0.88 0.5
Hex 11 F0 CA 5D 0 10 6 AA 58 32
Octal 21 360 312 135 0 20 6 252 130 62
Binary 10001 11110000 11001010 1011101 0 10000 110 10101010 1011000 110010

Color Harmonies of #11F0CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11F0CA

Black with #11F0CA

Text Example


Text Example

White with #11F0CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,240,202); }

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

background-color css

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

 a { background-color: rgb(17,240,202); }

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

border-color css

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

 span { border-color: rgb(17,240,202); }

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