Html Css Color HEX #15ECDD Bright Turquoise

📋 copy color: '#15ECDD'

red 21 ◦ green 236 ◦ blue 221

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

Shades of Bright Turquoise #15ECDD

Tints of Bright Turquoise #15ECDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 46.23%

R = 4.39%
G = 49.37%
B = 46.23%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#15ECDD (or 0x15ECDD) is known color: Bright Turquoise. HEX triplet: 15, EC and DD. RGB value is (21,236,221). Sum of RGB (Red+Green+Blue) = 21+236+221=478 (63% of max value = 765). Red value is 21 (8.59% from 255 or 4.39% from 478); Green value is 236 (92.58% from 255 or 49.37% from 478); Blue value is 221 (86.72% from 255 or 46.23% from 478); Max value from RGB is 236 - color contains mainly: green. Hex color #15ECDD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #15ECDD is #EA1322. Grayscale: #A9A9A9. Windows color (decimal): -15340323 or 14543893. OLE color: 14543893.

HSL color Cylindrical-coordinate representation of color #15ECDD: hue angle of 175.81º 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 #15ECDD is Cyan = 0.91, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB 21 236 221 -
CMYK 0.91 0 0.06 0.07
HSL 175.81º 0.85% 0.5% -
HSV(B) 175.81º 0.91% 0.93% -
XYZ 43.36 65.37 78.74 -
YUV 170.01 156.77 21.72 -
System Red Green Blue C M Y K H S L
Decimal 21 236 221 0.91 0 0.06 0.07 175.81 0.85 0.5
Hex 15 EC DD 5B 0 6 7 B0 55 32
Octal 25 354 335 133 0 6 7 260 125 62
Binary 10101 11101100 11011101 1011011 0 110 111 10110000 1010101 110010

Color Harmonies of #15ECDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15ECDD

Black with #15ECDD

Text Example


Text Example

White with #15ECDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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