Html Css Color HEX #15EED2 Bright Turquoise

📋 copy color: '#15EED2'

red 21 ◦ green 238 ◦ blue 210

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

Shades of Bright Turquoise #15EED2

Tints of Bright Turquoise #15EED2

RGB

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

 GREEN value IS 238 (93.36% from 255) = 50.75%

 BLUE value IS 210 (82.42% from 255) = 44.78%

R = 4.48%
G = 50.75%
B = 44.78%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#15EED2 (or 0x15EED2) is known color: Bright Turquoise. HEX triplet: 15, EE and D2. RGB value is (21,238,210). Sum of RGB (Red+Green+Blue) = 21+238+210=469 (62% of max value = 765). Red value is 21 (8.59% from 255 or 4.48% from 469); Green value is 238 (93.36% from 255 or 50.75% from 469); Blue value is 210 (82.42% from 255 or 44.78% from 469); Max value from RGB is 238 - color contains mainly: green. Hex color #15EED2 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #15EED2 is #EA112D. Grayscale: #A9A9A9. Windows color (decimal): -15339822 or 13823509. OLE color: 13823509.

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

Color convert

RGB 21 238 210 -
CMYK 0.91 0 0.12 0.07
HSL 172.26º 0.86% 0.51% -
HSV(B) 172.26º 0.91% 0.93% -
XYZ 42.52 65.96 71.46 -
YUV 169.93 150.61 21.78 -
System Red Green Blue C M Y K H S L
Decimal 21 238 210 0.91 0 0.12 0.07 172.26 0.86 0.51
Hex 15 EE D2 5B 0 C 7 AC 56 33
Octal 25 356 322 133 0 14 7 254 126 63
Binary 10101 11101110 11010010 1011011 0 1100 111 10101100 1010110 110011

Color Harmonies of #15EED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15EED2

Black with #15EED2

Text Example


Text Example

White with #15EED2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,238,210); }

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

background-color css

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

 a { background-color: rgb(21,238,210); }

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

border-color css

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

 span { border-color: rgb(21,238,210); }

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