Html Css Color HEX #15DEF6 Bright Turquoise

📋 copy color: '#15DEF6'

red 21 ◦ green 222 ◦ blue 246

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

Shades of Bright Turquoise #15DEF6

Tints of Bright Turquoise #15DEF6

RGB

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

 GREEN value IS 222 (87.11% from 255) = 45.4%

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

R = 4.29%
G = 45.4%
B = 50.31%

CMYK

 C value IS 0.91

 M value IS 0.10

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#15DEF6 (or 0x15DEF6) is known color: Bright Turquoise. HEX triplet: 15, DE and F6. RGB value is (21,222,246). Sum of RGB (Red+Green+Blue) = 21+222+246=489 (64% of max value = 765). Red value is 21 (8.59% from 255 or 4.29% from 489); Green value is 222 (87.11% from 255 or 45.40% from 489); Blue value is 246 (96.48% from 255 or 50.31% from 489); Max value from RGB is 246 - color contains mainly: blue. Hex color #15DEF6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15DEF6 is #EA2109. Grayscale: #A4A4A4. Windows color (decimal): -15343882 or 16178709. OLE color: 16178709.

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

Color convert

RGB 21 222 246 -
CMYK 0.91 0.10 0 0.04
HSL 186.4º 0.93% 0.52% -
HSV(B) 186.4º 0.91% 0.96% -
XYZ 43.07 59.06 96.32 -
YUV 164.64 173.91 25.55 -
System Red Green Blue C M Y K H S L
Decimal 21 222 246 0.91 0.10 0 0.04 186.4 0.93 0.52
Hex 15 DE F6 5B A 0 4 BA 5D 34
Octal 25 336 366 133 12 0 4 272 135 64
Binary 10101 11011110 11110110 1011011 1010 0 100 10111010 1011101 110100

Color Harmonies of #15DEF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15DEF6

Black with #15DEF6

Text Example


Text Example

White with #15DEF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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