Html Css Color HEX #15EDC4 Bright Turquoise

📋 copy color: '#15EDC4'

red 21 ◦ green 237 ◦ blue 196

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

Shades of Bright Turquoise #15EDC4

Tints of Bright Turquoise #15EDC4

RGB

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

 GREEN value IS 237 (92.97% from 255) = 52.2%

 BLUE value IS 196 (76.95% from 255) = 43.17%

R = 4.63%
G = 52.2%
B = 43.17%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.17

 K value IS 0.07

RGB Variations

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

Color information

#15EDC4 (or 0x15EDC4) is known color: Bright Turquoise. HEX triplet: 15, ED and C4. RGB value is (21,237,196). Sum of RGB (Red+Green+Blue) = 21+237+196=454 (60% of max value = 765). Red value is 21 (8.59% from 255 or 4.63% from 454); Green value is 237 (92.97% from 255 or 52.20% from 454); Blue value is 196 (76.95% from 255 or 43.17% from 454); Max value from RGB is 237 - color contains mainly: green. Hex color #15EDC4 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #15EDC4 is #EA123B. Grayscale: #A7A7A7. Windows color (decimal): -15340092 or 12905749. OLE color: 12905749.

HSL color Cylindrical-coordinate representation of color #15EDC4: hue angle of 168.61º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15EDC4 is Cyan = 0.91, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.

Color convert

RGB 21 237 196 -
CMYK 0.91 0 0.17 0.07
HSL 168.61º 0.86% 0.51% -
HSV(B) 168.61º 0.91% 0.93% -
XYZ 40.56 64.71 62.58 -
YUV 167.74 143.94 23.33 -
System Red Green Blue C M Y K H S L
Decimal 21 237 196 0.91 0 0.17 0.07 168.61 0.86 0.51
Hex 15 ED C4 5B 0 11 7 A9 56 33
Octal 25 355 304 133 0 21 7 251 126 63
Binary 10101 11101101 11000100 1011011 0 10001 111 10101001 1010110 110011

Color Harmonies of #15EDC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15EDC4

Black with #15EDC4

Text Example


Text Example

White with #15EDC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,237,196); }

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

background-color css

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

 a { background-color: rgb(21,237,196); }

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

border-color css

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

 span { border-color: rgb(21,237,196); }

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