Html Css Color HEX #15EBC2 Bright Turquoise

📋 copy color: '#15EBC2'

red 21 ◦ green 235 ◦ blue 194

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

Shades of Bright Turquoise #15EBC2

Tints of Bright Turquoise #15EBC2

RGB

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

 GREEN value IS 235 (92.19% from 255) = 52.22%

 BLUE value IS 194 (76.17% from 255) = 43.11%

R = 4.67%
G = 52.22%
B = 43.11%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.17

 K value IS 0.08

RGB Variations

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

Color information

#15EBC2 (or 0x15EBC2) is known color: Bright Turquoise. HEX triplet: 15, EB and C2. RGB value is (21,235,194). Sum of RGB (Red+Green+Blue) = 21+235+194=450 (59% of max value = 765). Red value is 21 (8.59% from 255 or 4.67% from 450); Green value is 235 (92.19% from 255 or 52.22% from 450); Blue value is 194 (76.17% from 255 or 43.11% from 450); Max value from RGB is 235 - color contains mainly: green. Hex color #15EBC2 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #15EBC2 is #EA143D. Grayscale: #A6A6A6. Windows color (decimal): -15340606 or 12774165. OLE color: 12774165.

HSL color Cylindrical-coordinate representation of color #15EBC2: hue angle of 168.5º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15EBC2 is Cyan = 0.91, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.

Color convert

RGB 21 235 194 -
CMYK 0.91 0 0.17 0.08
HSL 168.5º 0.84% 0.5% -
HSV(B) 168.5º 0.91% 0.92% -
XYZ 39.76 63.47 61.19 -
YUV 166.34 143.6 24.33 -
System Red Green Blue C M Y K H S L
Decimal 21 235 194 0.91 0 0.17 0.08 168.5 0.84 0.5
Hex 15 EB C2 5B 0 11 8 A9 54 32
Octal 25 353 302 133 0 21 10 251 124 62
Binary 10101 11101011 11000010 1011011 0 10001 1000 10101001 1010100 110010

Color Harmonies of #15EBC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15EBC2

Black with #15EBC2

Text Example


Text Example

White with #15EBC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,235,194); }

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

background-color css

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

 a { background-color: rgb(21,235,194); }

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

border-color css

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

 span { border-color: rgb(21,235,194); }

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