Html Css Color HEX #15E3CD Bright Turquoise

📋 copy color: '#15E3CD'

red 21 ◦ green 227 ◦ blue 205

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

Shades of Bright Turquoise #15E3CD

Tints of Bright Turquoise #15E3CD

RGB

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

 GREEN value IS 227 (89.06% from 255) = 50.11%

 BLUE value IS 205 (80.47% from 255) = 45.25%

R = 4.64%
G = 50.11%
B = 45.25%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#15E3CD (or 0x15E3CD) is known color: Bright Turquoise. HEX triplet: 15, E3 and CD. RGB value is (21,227,205). Sum of RGB (Red+Green+Blue) = 21+227+205=453 (60% of max value = 765). Red value is 21 (8.59% from 255 or 4.64% from 453); Green value is 227 (89.06% from 255 or 50.11% from 453); Blue value is 205 (80.47% from 255 or 45.25% from 453); Max value from RGB is 227 - color contains mainly: green. Hex color #15E3CD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15E3CD is #EA1C32. Grayscale: #A2A2A2. Windows color (decimal): -15342643 or 13493013. OLE color: 13493013.

HSL color Cylindrical-coordinate representation of color #15E3CD: hue angle of 173.59º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15E3CD is Cyan = 0.91, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.

Color convert

RGB 21 227 205 -
CMYK 0.91 0 0.10 0.11
HSL 173.59º 0.83% 0.49% -
HSV(B) 173.59º 0.91% 0.89% -
XYZ 38.8 59.51 67.2 -
YUV 162.9 151.75 26.79 -
System Red Green Blue C M Y K H S L
Decimal 21 227 205 0.91 0 0.10 0.11 173.59 0.83 0.49
Hex 15 E3 CD 5B 0 A B AE 53 31
Octal 25 343 315 133 0 12 13 256 123 61
Binary 10101 11100011 11001101 1011011 0 1010 1011 10101110 1010011 110001

Color Harmonies of #15E3CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15E3CD

Black with #15E3CD

Text Example


Text Example

White with #15E3CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,227,205); }

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

background-color css

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

 a { background-color: rgb(21,227,205); }

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

border-color css

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

 span { border-color: rgb(21,227,205); }

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