Html Css Color HEX #15DDCF Bright Turquoise

📋 copy color: '#15DDCF'

red 21 ◦ green 221 ◦ blue 207

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

Shades of Bright Turquoise #15DDCF

Tints of Bright Turquoise #15DDCF

RGB

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

 GREEN value IS 221 (86.72% from 255) = 49.22%

 BLUE value IS 207 (81.25% from 255) = 46.1%

R = 4.68%
G = 49.22%
B = 46.1%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#15DDCF (or 0x15DDCF) is known color: Bright Turquoise. HEX triplet: 15, DD and CF. RGB value is (21,221,207). Sum of RGB (Red+Green+Blue) = 21+221+207=449 (59% of max value = 765). Red value is 21 (8.59% from 255 or 4.68% from 449); Green value is 221 (86.72% from 255 or 49.22% from 449); Blue value is 207 (81.25% from 255 or 46.10% from 449); Max value from RGB is 221 - color contains mainly: green. Hex color #15DDCF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15DDCF is #EA2230. Grayscale: #9F9F9F. Windows color (decimal): -15344177 or 13622549. OLE color: 13622549.

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

Color convert

RGB 21 221 207 -
CMYK 0.90 0 0.06 0.13
HSL 175.8º 0.83% 0.47% -
HSV(B) 175.8º 0.9% 0.87% -
XYZ 37.43 56.38 67.94 -
YUV 159.6 154.74 29.14 -
System Red Green Blue C M Y K H S L
Decimal 21 221 207 0.90 0 0.06 0.13 175.8 0.83 0.47
Hex 15 DD CF 5A 0 6 D B0 53 2F
Octal 25 335 317 132 0 6 15 260 123 57
Binary 10101 11011101 11001111 1011010 0 110 1101 10110000 1010011 101111

Color Harmonies of #15DDCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15DDCF

Black with #15DDCF

Text Example


Text Example

White with #15DDCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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