Html Css Color HEX #15DFF6 Bright Turquoise

📋 copy color: '#15DFF6'

red 21 ◦ green 223 ◦ blue 246

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

Shades of Bright Turquoise #15DFF6

Tints of Bright Turquoise #15DFF6

RGB

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

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

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

R = 4.29%
G = 45.51%
B = 50.2%

CMYK

 C value IS 0.91

 M value IS 0.09

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#15DFF6 (or 0x15DFF6) is known color: Bright Turquoise. HEX triplet: 15, DF and F6. RGB value is (21,223,246). Sum of RGB (Red+Green+Blue) = 21+223+246=490 (64% of max value = 765). Red value is 21 (8.59% from 255 or 4.29% from 490); Green value is 223 (87.5% from 255 or 45.51% from 490); Blue value is 246 (96.48% from 255 or 50.20% from 490); Max value from RGB is 246 - color contains mainly: blue. Hex color #15DFF6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15DFF6 is #EA2009. Grayscale: #A4A4A4. Windows color (decimal): -15343626 or 16178965. OLE color: 16178965.

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

Color convert

RGB 21 223 246 -
CMYK 0.91 0.09 0 0.04
HSL 186.13º 0.93% 0.52% -
HSV(B) 186.13º 0.91% 0.96% -
XYZ 43.33 59.59 96.41 -
YUV 165.22 173.58 25.13 -
System Red Green Blue C M Y K H S L
Decimal 21 223 246 0.91 0.09 0 0.04 186.13 0.93 0.52
Hex 15 DF F6 5B 9 0 4 BA 5D 34
Octal 25 337 366 133 11 0 4 272 135 64
Binary 10101 11011111 11110110 1011011 1001 0 100 10111010 1011101 110100

Color Harmonies of #15DFF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15DFF6

Black with #15DFF6

Text Example


Text Example

White with #15DFF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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