Html Css Color HEX #15DFDD Bright Turquoise

📋 copy color: '#15DFDD'

red 21 ◦ green 223 ◦ blue 221

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

Shades of Bright Turquoise #15DFDD

Tints of Bright Turquoise #15DFDD

RGB

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

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

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

R = 4.52%
G = 47.96%
B = 47.53%

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

#15DFDD (or 0x15DFDD) is known color: Bright Turquoise. HEX triplet: 15, DF and DD. RGB value is (21,223,221). Sum of RGB (Red+Green+Blue) = 21+223+221=465 (61% of max value = 765). Red value is 21 (8.59% from 255 or 4.52% from 465); Green value is 223 (87.5% from 255 or 47.96% from 465); Blue value is 221 (86.72% from 255 or 47.53% from 465); Max value from RGB is 223 - color contains mainly: green. Hex color #15DFDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15DFDD is #EA2022. Grayscale: #A2A2A2. Windows color (decimal): -15343651 or 14540565. OLE color: 14540565.

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

Color convert

RGB 21 223 221 -
CMYK 0.91 0 0.01 0.13
HSL 179.41º 0.83% 0.48% -
HSV(B) 179.41º 0.91% 0.87% -
XYZ 39.75 58.16 77.54 -
YUV 162.37 161.08 27.16 -
System Red Green Blue C M Y K H S L
Decimal 21 223 221 0.91 0 0.01 0.13 179.41 0.83 0.48
Hex 15 DF DD 5B 0 1 D B3 53 30
Octal 25 337 335 133 0 1 15 263 123 60
Binary 10101 11011111 11011101 1011011 0 1 1101 10110011 1010011 110000

Color Harmonies of #15DFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15DFDD

Black with #15DFDD

Text Example


Text Example

White with #15DFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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