Html Css Color HEX #15EDE3 Bright Turquoise

📋 copy color: '#15EDE3'

red 21 ◦ green 237 ◦ blue 227

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

Shades of Bright Turquoise #15EDE3

Tints of Bright Turquoise #15EDE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 46.8%

R = 4.33%
G = 48.87%
B = 46.8%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.04

 K value IS 0.07

RGB Variations

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

Color information

#15EDE3 (or 0x15EDE3) is known color: Bright Turquoise. HEX triplet: 15, ED and E3. RGB value is (21,237,227). Sum of RGB (Red+Green+Blue) = 21+237+227=485 (64% of max value = 765). Red value is 21 (8.59% from 255 or 4.33% from 485); Green value is 237 (92.97% from 255 or 48.87% from 485); Blue value is 227 (89.06% from 255 or 46.80% from 485); Max value from RGB is 237 - color contains mainly: green. Hex color #15EDE3 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #15EDE3 is #EA121C. Grayscale: #ABABAB. Windows color (decimal): -15340061 or 14937365. OLE color: 14937365.

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

Color convert

RGB 21 237 227 -
CMYK 0.91 0 0.04 0.07
HSL 177.22º 0.86% 0.51% -
HSV(B) 177.22º 0.91% 0.93% -
XYZ 44.46 66.27 83.12 -
YUV 171.28 159.44 20.81 -
System Red Green Blue C M Y K H S L
Decimal 21 237 227 0.91 0 0.04 0.07 177.22 0.86 0.51
Hex 15 ED E3 5B 0 4 7 B1 56 33
Octal 25 355 343 133 0 4 7 261 126 63
Binary 10101 11101101 11100011 1011011 0 100 111 10110001 1010110 110011

Color Harmonies of #15EDE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15EDE3

Black with #15EDE3

Text Example


Text Example

White with #15EDE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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