Html Css Color HEX #11FCDA Bright Turquoise

📋 copy color: '#11FCDA'

red 17 ◦ green 252 ◦ blue 218

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

Shades of Bright Turquoise #11FCDA

Tints of Bright Turquoise #11FCDA

RGB

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

 GREEN value IS 252 (98.83% from 255) = 51.75%

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

R = 3.49%
G = 51.75%
B = 44.76%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#11FCDA (or 0x11FCDA) is known color: Bright Turquoise. HEX triplet: 11, FC and DA. RGB value is (17,252,218). Sum of RGB (Red+Green+Blue) = 17+252+218=487 (64% of max value = 765). Red value is 17 (7.03% from 255 or 3.49% from 487); Green value is 252 (98.83% from 255 or 51.75% from 487); Blue value is 218 (85.55% from 255 or 44.76% from 487); Max value from RGB is 252 - color contains mainly: green. Hex color #11FCDA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #11FCDA is #EE0325. Grayscale: #B1B1B1. Windows color (decimal): -15598374 or 14351377. OLE color: 14351377.

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

Color convert

RGB 17 252 218 -
CMYK 0.93 0 0.13 0.01
HSL 171.32º 0.98% 0.53% -
HSV(B) 171.32º 0.93% 0.99% -
XYZ 47.7 74.8 78.25 -
YUV 177.86 150.64 13.26 -
System Red Green Blue C M Y K H S L
Decimal 17 252 218 0.93 0 0.13 0.01 171.32 0.98 0.53
Hex 11 FC DA 5D 0 D 1 AB 62 35
Octal 21 374 332 135 0 15 1 253 142 65
Binary 10001 11111100 11011010 1011101 0 1101 1 10101011 1100010 110101

Color Harmonies of #11FCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11FCDA

Black with #11FCDA

Text Example


Text Example

White with #11FCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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