Html Css Color HEX #15F8D0 Bright Turquoise

📋 copy color: '#15F8D0'

red 21 ◦ green 248 ◦ blue 208

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

Shades of Bright Turquoise #15F8D0

Tints of Bright Turquoise #15F8D0

RGB

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

 GREEN value IS 248 (97.27% from 255) = 51.99%

 BLUE value IS 208 (81.64% from 255) = 43.61%

R = 4.4%
G = 51.99%
B = 43.61%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.16

 K value IS 0.03

RGB Variations

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

Color information

#15F8D0 (or 0x15F8D0) is known color: Bright Turquoise. HEX triplet: 15, F8 and D0. RGB value is (21,248,208). Sum of RGB (Red+Green+Blue) = 21+248+208=477 (63% of max value = 765). Red value is 21 (8.59% from 255 or 4.40% from 477); Green value is 248 (97.27% from 255 or 51.99% from 477); Blue value is 208 (81.64% from 255 or 43.61% from 477); Max value from RGB is 248 - color contains mainly: green. Hex color #15F8D0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #15F8D0 is #EA072F. Grayscale: #AFAFAF. Windows color (decimal): -15337264 or 13694997. OLE color: 13694997.

HSL color Cylindrical-coordinate representation of color #15F8D0: hue angle of 169.43º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #15F8D0 is Cyan = 0.92, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.03.

Color convert

RGB 21 248 208 -
CMYK 0.92 0 0.16 0.03
HSL 169.43º 0.94% 0.53% -
HSV(B) 169.43º 0.92% 0.97% -
XYZ 45.26 71.85 71.16 -
YUV 175.57 146.29 17.75 -
System Red Green Blue C M Y K H S L
Decimal 21 248 208 0.92 0 0.16 0.03 169.43 0.94 0.53
Hex 15 F8 D0 5C 0 10 3 A9 5E 35
Octal 25 370 320 134 0 20 3 251 136 65
Binary 10101 11111000 11010000 1011100 0 10000 11 10101001 1011110 110101

Color Harmonies of #15F8D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15F8D0

Black with #15F8D0

Text Example


Text Example

White with #15F8D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,248,208); }

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

background-color css

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

 a { background-color: rgb(21,248,208); }

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

border-color css

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

 span { border-color: rgb(21,248,208); }

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