Html Css Color HEX #15D9F6 Bright Turquoise

📋 copy color: '#15D9F6'

red 21 ◦ green 217 ◦ blue 246

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

Shades of Bright Turquoise #15D9F6

Tints of Bright Turquoise #15D9F6

RGB

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

 GREEN value IS 217 (85.16% from 255) = 44.83%

 BLUE value IS 246 (96.48% from 255) = 50.83%

R = 4.34%
G = 44.83%
B = 50.83%

CMYK

 C value IS 0.91

 M value IS 0.12

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#15D9F6 (or 0x15D9F6) is known color: Bright Turquoise. HEX triplet: 15, D9 and F6. RGB value is (21,217,246). Sum of RGB (Red+Green+Blue) = 21+217+246=484 (64% of max value = 765). Red value is 21 (8.59% from 255 or 4.34% from 484); Green value is 217 (85.16% from 255 or 44.83% from 484); Blue value is 246 (96.48% from 255 or 50.83% from 484); Max value from RGB is 246 - color contains mainly: blue. Hex color #15D9F6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15D9F6 is #EA2609. Grayscale: #A1A1A1. Windows color (decimal): -15345162 or 16177429. OLE color: 16177429.

HSL color Cylindrical-coordinate representation of color #15D9F6: hue angle of 187.73º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15D9F6 is Cyan = 0.91, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 21 217 246 -
CMYK 0.91 0.12 0 0.04
HSL 187.73º 0.93% 0.52% -
HSV(B) 187.73º 0.91% 0.96% -
XYZ 41.76 56.44 95.88 -
YUV 161.7 175.57 27.64 -
System Red Green Blue C M Y K H S L
Decimal 21 217 246 0.91 0.12 0 0.04 187.73 0.93 0.52
Hex 15 D9 F6 5B C 0 4 BC 5D 34
Octal 25 331 366 133 14 0 4 274 135 64
Binary 10101 11011001 11110110 1011011 1100 0 100 10111100 1011101 110100

Color Harmonies of #15D9F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15D9F6

Black with #15D9F6

Text Example


Text Example

White with #15D9F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,217,246); }

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

background-color css

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

 a { background-color: rgb(21,217,246); }

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

border-color css

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

 span { border-color: rgb(21,217,246); }

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