Html Css Color HEX #15DFDA Bright Turquoise

📋 copy color: '#15DFDA'

red 21 ◦ green 223 ◦ blue 218

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

Shades of Bright Turquoise #15DFDA

Tints of Bright Turquoise #15DFDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 47.19%

R = 4.55%
G = 48.27%
B = 47.19%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#15DFDA (or 0x15DFDA) is known color: Bright Turquoise. HEX triplet: 15, DF and DA. RGB value is (21,223,218). Sum of RGB (Red+Green+Blue) = 21+223+218=462 (61% of max value = 765). Red value is 21 (8.59% from 255 or 4.55% from 462); Green value is 223 (87.5% from 255 or 48.27% from 462); Blue value is 218 (85.55% from 255 or 47.19% from 462); Max value from RGB is 223 - color contains mainly: green. Hex color #15DFDA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15DFDA is #EA2025. Grayscale: #A1A1A1. Windows color (decimal): -15343654 or 14343957. OLE color: 14343957.

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

Color convert

RGB 21 223 218 -
CMYK 0.91 0 0.02 0.13
HSL 178.51º 0.83% 0.48% -
HSV(B) 178.51º 0.91% 0.87% -
XYZ 39.35 58 75.45 -
YUV 162.03 159.58 27.41 -
System Red Green Blue C M Y K H S L
Decimal 21 223 218 0.91 0 0.02 0.13 178.51 0.83 0.48
Hex 15 DF DA 5B 0 2 D B3 53 30
Octal 25 337 332 133 0 2 15 263 123 60
Binary 10101 11011111 11011010 1011011 0 10 1101 10110011 1010011 110000

Color Harmonies of #15DFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15DFDA

Black with #15DFDA

Text Example


Text Example

White with #15DFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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