Html Css Color HEX #15DBDD Bright Turquoise

📋 copy color: '#15DBDD'

red 21 ◦ green 219 ◦ blue 221

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

Shades of Bright Turquoise #15DBDD

Tints of Bright Turquoise #15DBDD

RGB

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

 GREEN value IS 219 (85.94% from 255) = 47.51%

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

R = 4.56%
G = 47.51%
B = 47.94%

CMYK

 C value IS 0.90

 M value IS 0.01

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#15DBDD (or 0x15DBDD) is known color: Bright Turquoise. HEX triplet: 15, DB and DD. RGB value is (21,219,221). Sum of RGB (Red+Green+Blue) = 21+219+221=461 (61% of max value = 765). Red value is 21 (8.59% from 255 or 4.56% from 461); Green value is 219 (85.94% from 255 or 47.51% from 461); Blue value is 221 (86.72% from 255 or 47.94% from 461); Max value from RGB is 221 - color contains mainly: blue. Hex color #15DBDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15DBDD is #EA2422. Grayscale: #9F9F9F. Windows color (decimal): -15344675 or 14539541. OLE color: 14539541.

HSL color Cylindrical-coordinate representation of color #15DBDD: hue angle of 180.6º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15DBDD is Cyan = 0.90, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 21 219 221 -
CMYK 0.90 0.01 0 0.13
HSL 180.6º 0.83% 0.47% -
HSV(B) 180.6º 0.9% 0.87% -
XYZ 38.69 56.04 77.18 -
YUV 160.03 162.4 28.84 -
System Red Green Blue C M Y K H S L
Decimal 21 219 221 0.90 0.01 0 0.13 180.6 0.83 0.47
Hex 15 DB DD 5A 1 0 D B5 53 2F
Octal 25 333 335 132 1 0 15 265 123 57
Binary 10101 11011011 11011101 1011010 1 0 1101 10110101 1010011 101111

Color Harmonies of #15DBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15DBDD

Black with #15DBDD

Text Example


Text Example

White with #15DBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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