Html Css Color HEX #15F2BF Bright Turquoise

📋 copy color: '#15F2BF'

red 21 ◦ green 242 ◦ blue 191

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

Shades of Bright Turquoise #15F2BF

Tints of Bright Turquoise #15F2BF

RGB

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

 GREEN value IS 242 (94.92% from 255) = 53.3%

 BLUE value IS 191 (75% from 255) = 42.07%

R = 4.63%
G = 53.3%
B = 42.07%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#15F2BF (or 0x15F2BF) is known color: Bright Turquoise. HEX triplet: 15, F2 and BF. RGB value is (21,242,191). Sum of RGB (Red+Green+Blue) = 21+242+191=454 (60% of max value = 765). Red value is 21 (8.59% from 255 or 4.63% from 454); Green value is 242 (94.92% from 255 or 53.30% from 454); Blue value is 191 (75% from 255 or 42.07% from 454); Max value from RGB is 242 - color contains mainly: green. Hex color #15F2BF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #15F2BF is #EA0D40. Grayscale: #AAAAAA. Windows color (decimal): -15338817 or 12579349. OLE color: 12579349.

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

Color convert

RGB 21 242 191 -
CMYK 0.91 0 0.21 0.05
HSL 166.15º 0.89% 0.52% -
HSV(B) 166.15º 0.91% 0.95% -
XYZ 41.47 67.43 60.12 -
YUV 170.11 139.78 21.65 -
System Red Green Blue C M Y K H S L
Decimal 21 242 191 0.91 0 0.21 0.05 166.15 0.89 0.52
Hex 15 F2 BF 5B 0 15 5 A6 59 34
Octal 25 362 277 133 0 25 5 246 131 64
Binary 10101 11110010 10111111 1011011 0 10101 101 10100110 1011001 110100

Color Harmonies of #15F2BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15F2BF

Black with #15F2BF

Text Example


Text Example

White with #15F2BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,242,191); }

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

background-color css

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

 a { background-color: rgb(21,242,191); }

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

border-color css

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

 span { border-color: rgb(21,242,191); }

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