Html Css Color HEX #15E5C6 Bright Turquoise

📋 copy color: '#15E5C6'

red 21 ◦ green 229 ◦ blue 198

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

Shades of Bright Turquoise #15E5C6

Tints of Bright Turquoise #15E5C6

RGB

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

 GREEN value IS 229 (89.84% from 255) = 51.12%

 BLUE value IS 198 (77.73% from 255) = 44.2%

R = 4.69%
G = 51.12%
B = 44.2%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.14

 K value IS 0.10

RGB Variations

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

Color information

#15E5C6 (or 0x15E5C6) is known color: Bright Turquoise. HEX triplet: 15, E5 and C6. RGB value is (21,229,198). Sum of RGB (Red+Green+Blue) = 21+229+198=448 (59% of max value = 765). Red value is 21 (8.59% from 255 or 4.69% from 448); Green value is 229 (89.84% from 255 or 51.12% from 448); Blue value is 198 (77.73% from 255 or 44.20% from 448); Max value from RGB is 229 - color contains mainly: green. Hex color #15E5C6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15E5C6 is #EA1A39. Grayscale: #A3A3A3. Windows color (decimal): -15342138 or 13034773. OLE color: 13034773.

HSL color Cylindrical-coordinate representation of color #15E5C6: hue angle of 171.06º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15E5C6 is Cyan = 0.91, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.10.

Color convert

RGB 21 229 198 -
CMYK 0.91 0 0.14 0.10
HSL 171.06º 0.83% 0.49% -
HSV(B) 171.06º 0.91% 0.9% -
XYZ 38.52 60.28 63.03 -
YUV 163.27 147.59 26.52 -
System Red Green Blue C M Y K H S L
Decimal 21 229 198 0.91 0 0.14 0.10 171.06 0.83 0.49
Hex 15 E5 C6 5B 0 E A AB 53 31
Octal 25 345 306 133 0 16 12 253 123 61
Binary 10101 11100101 11000110 1011011 0 1110 1010 10101011 1010011 110001

Color Harmonies of #15E5C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15E5C6

Black with #15E5C6

Text Example


Text Example

White with #15E5C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,229,198); }

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

background-color css

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

 a { background-color: rgb(21,229,198); }

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

border-color css

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

 span { border-color: rgb(21,229,198); }

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