Html Css Color HEX #15FDE6 Bright Turquoise

📋 copy color: '#15FDE6'

red 21 ◦ green 253 ◦ blue 230

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

Shades of Bright Turquoise #15FDE6

Tints of Bright Turquoise #15FDE6

RGB

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

 GREEN value IS 253 (99.22% from 255) = 50.2%

 BLUE value IS 230 (90.23% from 255) = 45.63%

R = 4.17%
G = 50.2%
B = 45.63%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#15FDE6 (or 0x15FDE6) is known color: Bright Turquoise. HEX triplet: 15, FD and E6. RGB value is (21,253,230). Sum of RGB (Red+Green+Blue) = 21+253+230=504 (66% of max value = 765). Red value is 21 (8.59% from 255 or 4.17% from 504); Green value is 253 (99.22% from 255 or 50.20% from 504); Blue value is 230 (90.23% from 255 or 45.63% from 504); Max value from RGB is 253 - color contains mainly: green. Hex color #15FDE6 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #15FDE6 is #EA0219. Grayscale: #B4B4B4. Windows color (decimal): -15335962 or 15138069. OLE color: 15138069.

HSL color Cylindrical-coordinate representation of color #15FDE6: hue angle of 174.05º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #15FDE6 is Cyan = 0.92, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.

Color convert

RGB 21 253 230 -
CMYK 0.92 0 0.09 0.01
HSL 174.05º 0.98% 0.54% -
HSV(B) 174.05º 0.92% 0.99% -
XYZ 49.72 76.12 86.94 -
YUV 181.01 155.64 13.87 -
System Red Green Blue C M Y K H S L
Decimal 21 253 230 0.92 0 0.09 0.01 174.05 0.98 0.54
Hex 15 FD E6 5C 0 9 1 AE 62 36
Octal 25 375 346 134 0 11 1 256 142 66
Binary 10101 11111101 11100110 1011100 0 1001 1 10101110 1100010 110110

Color Harmonies of #15FDE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15FDE6

Black with #15FDE6

Text Example


Text Example

White with #15FDE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,253,230); }

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

background-color css

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

 a { background-color: rgb(21,253,230); }

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

border-color css

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

 span { border-color: rgb(21,253,230); }

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