Html Css Color HEX #15DFDC Bright Turquoise

📋 copy color: '#15DFDC'

red 21 ◦ green 223 ◦ blue 220

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

Shades of Bright Turquoise #15DFDC

Tints of Bright Turquoise #15DFDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 47.41%

R = 4.53%
G = 48.06%
B = 47.41%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#15DFDC (or 0x15DFDC) is known color: Bright Turquoise. HEX triplet: 15, DF and DC. RGB value is (21,223,220). Sum of RGB (Red+Green+Blue) = 21+223+220=464 (61% of max value = 765). Red value is 21 (8.59% from 255 or 4.53% from 464); Green value is 223 (87.5% from 255 or 48.06% from 464); Blue value is 220 (86.33% from 255 or 47.41% from 464); Max value from RGB is 223 - color contains mainly: green. Hex color #15DFDC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15DFDC is #EA2023. Grayscale: #A2A2A2. Windows color (decimal): -15343652 or 14475029. OLE color: 14475029.

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

Color convert

RGB 21 223 220 -
CMYK 0.91 0 0.01 0.13
HSL 179.11º 0.83% 0.48% -
HSV(B) 179.11º 0.91% 0.87% -
XYZ 39.62 58.1 76.84 -
YUV 162.26 160.58 27.24 -
System Red Green Blue C M Y K H S L
Decimal 21 223 220 0.91 0 0.01 0.13 179.11 0.83 0.48
Hex 15 DF DC 5B 0 1 D B3 53 30
Octal 25 337 334 133 0 1 15 263 123 60
Binary 10101 11011111 11011100 1011011 0 1 1101 10110011 1010011 110000

Color Harmonies of #15DFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15DFDC

Black with #15DFDC

Text Example


Text Example

White with #15DFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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