Html Css Color HEX #15E2DD Bright Turquoise

📋 copy color: '#15E2DD'

red 21 ◦ green 226 ◦ blue 221

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

Shades of Bright Turquoise #15E2DD

Tints of Bright Turquoise #15E2DD

RGB

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

 GREEN value IS 226 (88.67% from 255) = 48.29%

 BLUE value IS 221 (86.72% from 255) = 47.22%

R = 4.49%
G = 48.29%
B = 47.22%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.02

 K value IS 0.11

RGB Variations

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

Color information

#15E2DD (or 0x15E2DD) is known color: Bright Turquoise. HEX triplet: 15, E2 and DD. RGB value is (21,226,221). Sum of RGB (Red+Green+Blue) = 21+226+221=468 (61% of max value = 765). Red value is 21 (8.59% from 255 or 4.49% from 468); Green value is 226 (88.67% from 255 or 48.29% from 468); Blue value is 221 (86.72% from 255 or 47.22% from 468); Max value from RGB is 226 - color contains mainly: green. Hex color #15E2DD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15E2DD is #EA1D22. Grayscale: #A3A3A3. Windows color (decimal): -15342883 or 14541333. OLE color: 14541333.

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

Color convert

RGB 21 226 221 -
CMYK 0.91 0 0.02 0.11
HSL 178.54º 0.83% 0.48% -
HSV(B) 178.54º 0.91% 0.89% -
XYZ 40.56 59.77 77.81 -
YUV 164.14 160.08 25.91 -
System Red Green Blue C M Y K H S L
Decimal 21 226 221 0.91 0 0.02 0.11 178.54 0.83 0.48
Hex 15 E2 DD 5B 0 2 B B3 53 30
Octal 25 342 335 133 0 2 13 263 123 60
Binary 10101 11100010 11011101 1011011 0 10 1011 10110011 1010011 110000

Color Harmonies of #15E2DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15E2DD

Black with #15E2DD

Text Example


Text Example

White with #15E2DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,226,221); }

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

background-color css

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

 a { background-color: rgb(21,226,221); }

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

border-color css

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

 span { border-color: rgb(21,226,221); }

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