Html Css Color HEX #11FBDA Bright Turquoise

📋 copy color: '#11FBDA'

red 17 ◦ green 251 ◦ blue 218

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

Shades of Bright Turquoise #11FBDA

Tints of Bright Turquoise #11FBDA

RGB

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

 GREEN value IS 251 (98.44% from 255) = 51.65%

 BLUE value IS 218 (85.55% from 255) = 44.86%

R = 3.5%
G = 51.65%
B = 44.86%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#11FBDA (or 0x11FBDA) is known color: Bright Turquoise. HEX triplet: 11, FB and DA. RGB value is (17,251,218). Sum of RGB (Red+Green+Blue) = 17+251+218=486 (64% of max value = 765). Red value is 17 (7.03% from 255 or 3.50% from 486); Green value is 251 (98.44% from 255 or 51.65% from 486); Blue value is 218 (85.55% from 255 or 44.86% from 486); Max value from RGB is 251 - color contains mainly: green. Hex color #11FBDA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #11FBDA is #EE0425. Grayscale: #B1B1B1. Windows color (decimal): -15598630 or 14351121. OLE color: 14351121.

HSL color Cylindrical-coordinate representation of color #11FBDA: hue angle of 171.54º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11FBDA is Cyan = 0.93, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB 17 251 218 -
CMYK 0.93 0 0.13 0.02
HSL 171.54º 0.97% 0.53% -
HSV(B) 171.54º 0.93% 0.98% -
XYZ 47.38 74.18 78.15 -
YUV 177.27 150.98 13.68 -
System Red Green Blue C M Y K H S L
Decimal 17 251 218 0.93 0 0.13 0.02 171.54 0.97 0.53
Hex 11 FB DA 5D 0 D 2 AC 61 35
Octal 21 373 332 135 0 15 2 254 141 65
Binary 10001 11111011 11011010 1011101 0 1101 10 10101100 1100001 110101

Color Harmonies of #11FBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11FBDA

Black with #11FBDA

Text Example


Text Example

White with #11FBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,251,218); }

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

background-color css

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

 a { background-color: rgb(17,251,218); }

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

border-color css

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

 span { border-color: rgb(17,251,218); }

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