Html Css Color HEX #15FFC2 Bright Turquoise

📋 copy color: '#15FFC2'

red 21 ◦ green 255 ◦ blue 194

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

Shades of Bright Turquoise #15FFC2

Tints of Bright Turquoise #15FFC2

RGB

 RED value IS 21 (8.59% from 255) = 4.47%

 GREEN value IS 255 (100% from 255) = 54.26%

 BLUE value IS 194 (76.17% from 255) = 41.28%

R = 4.47%
G = 54.26%
B = 41.28%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.24

 K value IS 0

RGB Variations

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

Color information

#15FFC2 (or 0x15FFC2) is known color: Bright Turquoise. HEX triplet: 15, FF and C2. RGB value is (21,255,194). Sum of RGB (Red+Green+Blue) = 21+255+194=470 (62% of max value = 765). Red value is 21 (8.59% from 255 or 4.47% from 470); Green value is 255 (100% from 255 or 54.26% from 470); Blue value is 194 (76.17% from 255 or 41.28% from 470); Max value from RGB is 255 - color contains mainly: green. Hex color #15FFC2 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #15FFC2 is #EA003D. Grayscale: #B2B2B2. Windows color (decimal): -15335486 or 12779285. OLE color: 12779285.

HSL color Cylindrical-coordinate representation of color #15FFC2: hue angle of 164.36º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #15FFC2 is Cyan = 0.92, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.

Color convert

RGB 21 255 194 -
CMYK 0.92 0 0.24 0
HSL 164.36º 1% 0.54% -
HSV(B) 164.36º 0.92% 1% -
XYZ 45.81 75.57 63.21 -
YUV 178.08 136.98 15.96 -
System Red Green Blue C M Y K H S L
Decimal 21 255 194 0.92 0 0.24 0 164.36 1 0.54
Hex 15 FF C2 5C 0 18 0 A4 64 36
Octal 25 377 302 134 0 30 0 244 144 66
Binary 10101 11111111 11000010 1011100 0 11000 0 10100100 1100100 110110

Color Harmonies of #15FFC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15FFC2

Black with #15FFC2

Text Example


Text Example

White with #15FFC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15FFC2; }

 p { color: rgb(21,255,194); }

 H1.HeaderClassName
 {
   color: #15FFC2;
 }
 .AnyTagClassName
 {
   color: #15FFC2;
 }
</style>

background-color css

<style>
 a { background-color: #15FFC2; }

 a { background-color: rgb(21,255,194); }

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

border-color css

<style>
 span { border-color: #15FFC2; }

 span { border-color: rgb(21,255,194); }

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