Html Css Color HEX #15F1DC Bright Turquoise

📋 copy color: '#15F1DC'

red 21 ◦ green 241 ◦ blue 220

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

Shades of Bright Turquoise #15F1DC

Tints of Bright Turquoise #15F1DC

RGB

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

 GREEN value IS 241 (94.53% from 255) = 50%

 BLUE value IS 220 (86.33% from 255) = 45.64%

R = 4.36%
G = 50%
B = 45.64%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#15F1DC (or 0x15F1DC) is known color: Bright Turquoise. HEX triplet: 15, F1 and DC. RGB value is (21,241,220). Sum of RGB (Red+Green+Blue) = 21+241+220=482 (63% of max value = 765). Red value is 21 (8.59% from 255 or 4.36% from 482); Green value is 241 (94.53% from 255 or 50% from 482); Blue value is 220 (86.33% from 255 or 45.64% from 482); Max value from RGB is 241 - color contains mainly: green. Hex color #15F1DC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #15F1DC is #EA0E23. Grayscale: #ACACAC. Windows color (decimal): -15339044 or 14479637. OLE color: 14479637.

HSL color Cylindrical-coordinate representation of color #15F1DC: hue angle of 174.27º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15F1DC is Cyan = 0.91, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB 21 241 220 -
CMYK 0.91 0 0.09 0.05
HSL 174.27º 0.89% 0.51% -
HSV(B) 174.27º 0.91% 0.95% -
XYZ 44.68 68.24 78.53 -
YUV 172.83 154.61 19.71 -
System Red Green Blue C M Y K H S L
Decimal 21 241 220 0.91 0 0.09 0.05 174.27 0.89 0.51
Hex 15 F1 DC 5B 0 9 5 AE 59 33
Octal 25 361 334 133 0 11 5 256 131 63
Binary 10101 11110001 11011100 1011011 0 1001 101 10101110 1011001 110011

Color Harmonies of #15F1DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15F1DC

Black with #15F1DC

Text Example


Text Example

White with #15F1DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,241,220); }

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

background-color css

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

 a { background-color: rgb(21,241,220); }

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

border-color css

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

 span { border-color: rgb(21,241,220); }

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