Html Css Color HEX #15FEDF Bright Turquoise

📋 copy color: '#15FEDF'

red 21 ◦ green 254 ◦ blue 223

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

Shades of Bright Turquoise #15FEDF

Tints of Bright Turquoise #15FEDF

RGB

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

 GREEN value IS 254 (99.61% from 255) = 51%

 BLUE value IS 223 (87.5% from 255) = 44.78%

R = 4.22%
G = 51%
B = 44.78%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.12

 K value IS 0.00

RGB Variations

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

Color information

#15FEDF (or 0x15FEDF) is known color: Bright Turquoise. HEX triplet: 15, FE and DF. RGB value is (21,254,223). Sum of RGB (Red+Green+Blue) = 21+254+223=498 (65% of max value = 765). Red value is 21 (8.59% from 255 or 4.22% from 498); Green value is 254 (99.61% from 255 or 51.00% from 498); Blue value is 223 (87.5% from 255 or 44.78% from 498); Max value from RGB is 254 - color contains mainly: green. Hex color #15FEDF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #15FEDF is #EA0120. Grayscale: #B4B4B4. Windows color (decimal): -15335713 or 14679573. OLE color: 14679573.

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

Color convert

RGB 21 254 223 -
CMYK 0.92 0 0.12 0.00
HSL 172.02º 0.99% 0.54% -
HSV(B) 172.02º 0.92% 1% -
XYZ 49.07 76.37 81.97 -
YUV 180.8 151.81 14.02 -
System Red Green Blue C M Y K H S L
Decimal 21 254 223 0.92 0 0.12 0.00 172.02 0.99 0.54
Hex 15 FE DF 5C 0 C 0 AC 63 36
Octal 25 376 337 134 0 14 0 254 143 66
Binary 10101 11111110 11011111 1011100 0 1100 0 10101100 1100011 110110

Color Harmonies of #15FEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15FEDF

Black with #15FEDF

Text Example


Text Example

White with #15FEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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