Html Css Color HEX #15F9DF Bright Turquoise

📋 copy color: '#15F9DF'

red 21 ◦ green 249 ◦ blue 223

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

Shades of Bright Turquoise #15F9DF

Tints of Bright Turquoise #15F9DF

RGB

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

 GREEN value IS 249 (97.66% from 255) = 50.51%

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

R = 4.26%
G = 50.51%
B = 45.23%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#15F9DF (or 0x15F9DF) is known color: Bright Turquoise. HEX triplet: 15, F9 and DF. RGB value is (21,249,223). Sum of RGB (Red+Green+Blue) = 21+249+223=493 (65% of max value = 765). Red value is 21 (8.59% from 255 or 4.26% from 493); Green value is 249 (97.66% from 255 or 50.51% from 493); Blue value is 223 (87.5% from 255 or 45.23% from 493); Max value from RGB is 249 - color contains mainly: green. Hex color #15F9DF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #15F9DF is #EA0620. Grayscale: #B1B1B1. Windows color (decimal): -15336993 or 14678293. OLE color: 14678293.

HSL color Cylindrical-coordinate representation of color #15F9DF: hue angle of 173.16º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #15F9DF is Cyan = 0.92, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB 21 249 223 -
CMYK 0.92 0 0.10 0.02
HSL 173.16º 0.95% 0.53% -
HSV(B) 173.16º 0.92% 0.98% -
XYZ 47.5 73.24 81.44 -
YUV 177.86 153.46 16.11 -
System Red Green Blue C M Y K H S L
Decimal 21 249 223 0.92 0 0.10 0.02 173.16 0.95 0.53
Hex 15 F9 DF 5C 0 A 2 AD 5F 35
Octal 25 371 337 134 0 12 2 255 137 65
Binary 10101 11111001 11011111 1011100 0 1010 10 10101101 1011111 110101

Color Harmonies of #15F9DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15F9DF

Black with #15F9DF

Text Example


Text Example

White with #15F9DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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