Html Css Color HEX #15DFCD Bright Turquoise

📋 copy color: '#15DFCD'

red 21 ◦ green 223 ◦ blue 205

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

Shades of Bright Turquoise #15DFCD

Tints of Bright Turquoise #15DFCD

RGB

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

 GREEN value IS 223 (87.5% from 255) = 49.67%

 BLUE value IS 205 (80.47% from 255) = 45.66%

R = 4.68%
G = 49.67%
B = 45.66%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#15DFCD (or 0x15DFCD) is known color: Bright Turquoise. HEX triplet: 15, DF and CD. RGB value is (21,223,205). Sum of RGB (Red+Green+Blue) = 21+223+205=449 (59% of max value = 765). Red value is 21 (8.59% from 255 or 4.68% from 449); Green value is 223 (87.5% from 255 or 49.67% from 449); Blue value is 205 (80.47% from 255 or 45.66% from 449); Max value from RGB is 223 - color contains mainly: green. Hex color #15DFCD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15DFCD is #EA2032. Grayscale: #A0A0A0. Windows color (decimal): -15343667 or 13491989. OLE color: 13491989.

HSL color Cylindrical-coordinate representation of color #15DFCD: hue angle of 174.65º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15DFCD is Cyan = 0.91, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB 21 223 205 -
CMYK 0.91 0 0.08 0.13
HSL 174.65º 0.83% 0.48% -
HSV(B) 174.65º 0.91% 0.87% -
XYZ 37.72 57.34 66.84 -
YUV 160.55 153.08 28.46 -
System Red Green Blue C M Y K H S L
Decimal 21 223 205 0.91 0 0.08 0.13 174.65 0.83 0.48
Hex 15 DF CD 5B 0 8 D AF 53 30
Octal 25 337 315 133 0 10 15 257 123 60
Binary 10101 11011111 11001101 1011011 0 1000 1101 10101111 1010011 110000

Color Harmonies of #15DFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15DFCD

Black with #15DFCD

Text Example


Text Example

White with #15DFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,223,205); }

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

background-color css

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

 a { background-color: rgb(21,223,205); }

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

border-color css

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

 span { border-color: rgb(21,223,205); }

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