Html Css Color HEX #15EAC3 Bright Turquoise

📋 copy color: '#15EAC3'

red 21 ◦ green 234 ◦ blue 195

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

Shades of Bright Turquoise #15EAC3

Tints of Bright Turquoise #15EAC3

RGB

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

 GREEN value IS 234 (91.8% from 255) = 52%

 BLUE value IS 195 (76.56% from 255) = 43.33%

R = 4.67%
G = 52%
B = 43.33%

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

#15EAC3 (or 0x15EAC3) is known color: Bright Turquoise. HEX triplet: 15, EA and C3. RGB value is (21,234,195). Sum of RGB (Red+Green+Blue) = 21+234+195=450 (59% of max value = 765). Red value is 21 (8.59% from 255 or 4.67% from 450); Green value is 234 (91.80% from 255 or 52% from 450); Blue value is 195 (76.56% from 255 or 43.33% from 450); Max value from RGB is 234 - color contains mainly: green. Hex color #15EAC3 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #15EAC3 is #EA153C. Grayscale: #A5A5A5. Windows color (decimal): -15340861 or 12839445. OLE color: 12839445.

HSL color Cylindrical-coordinate representation of color #15EAC3: hue angle of 169.01º 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 #15EAC3 is Cyan = 0.91, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.

Color convert

RGB 21 234 195 -
CMYK 0.91 0 0.17 0.08
HSL 169.01º 0.84% 0.5% -
HSV(B) 169.01º 0.91% 0.92% -
XYZ 39.58 62.95 61.69 -
YUV 165.87 144.43 24.67 -
System Red Green Blue C M Y K H S L
Decimal 21 234 195 0.91 0 0.17 0.08 169.01 0.84 0.5
Hex 15 EA C3 5B 0 11 8 A9 54 32
Octal 25 352 303 133 0 21 10 251 124 62
Binary 10101 11101010 11000011 1011011 0 10001 1000 10101001 1010100 110010

Color Harmonies of #15EAC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15EAC3

Black with #15EAC3

Text Example


Text Example

White with #15EAC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,234,195); }

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

background-color css

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

 a { background-color: rgb(21,234,195); }

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

border-color css

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

 span { border-color: rgb(21,234,195); }

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