Html Css Color HEX #15ECD6 Bright Turquoise

📋 copy color: '#15ECD6'

red 21 ◦ green 236 ◦ blue 214

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

Shades of Bright Turquoise #15ECD6

Tints of Bright Turquoise #15ECD6

RGB

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

 GREEN value IS 236 (92.58% from 255) = 50.11%

 BLUE value IS 214 (83.98% from 255) = 45.44%

R = 4.46%
G = 50.11%
B = 45.44%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#15ECD6 (or 0x15ECD6) is known color: Bright Turquoise. HEX triplet: 15, EC and D6. RGB value is (21,236,214). Sum of RGB (Red+Green+Blue) = 21+236+214=471 (62% of max value = 765). Red value is 21 (8.59% from 255 or 4.46% from 471); Green value is 236 (92.58% from 255 or 50.11% from 471); Blue value is 214 (83.98% from 255 or 45.44% from 471); Max value from RGB is 236 - color contains mainly: green. Hex color #15ECD6 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #15ECD6 is #EA1329. Grayscale: #A9A9A9. Windows color (decimal): -15340330 or 14085141. OLE color: 14085141.

HSL color Cylindrical-coordinate representation of color #15ECD6: hue angle of 173.86º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15ECD6 is Cyan = 0.91, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.

Color convert

RGB 21 236 214 -
CMYK 0.91 0 0.09 0.07
HSL 173.86º 0.85% 0.5% -
HSV(B) 173.86º 0.91% 0.93% -
XYZ 42.44 65.01 73.93 -
YUV 169.21 153.27 22.29 -
System Red Green Blue C M Y K H S L
Decimal 21 236 214 0.91 0 0.09 0.07 173.86 0.85 0.5
Hex 15 EC D6 5B 0 9 7 AE 55 32
Octal 25 354 326 133 0 11 7 256 125 62
Binary 10101 11101100 11010110 1011011 0 1001 111 10101110 1010101 110010

Color Harmonies of #15ECD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15ECD6

Black with #15ECD6

Text Example


Text Example

White with #15ECD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,236,214); }

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

background-color css

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

 a { background-color: rgb(21,236,214); }

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

border-color css

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

 span { border-color: rgb(21,236,214); }

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