Html Css Color HEX #15EED4 Bright Turquoise

📋 copy color: '#15EED4'

red 21 ◦ green 238 ◦ blue 212

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

Shades of Bright Turquoise #15EED4

Tints of Bright Turquoise #15EED4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 45.01%

R = 4.46%
G = 50.53%
B = 45.01%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#15EED4 (or 0x15EED4) is known color: Bright Turquoise. HEX triplet: 15, EE and D4. RGB value is (21,238,212). Sum of RGB (Red+Green+Blue) = 21+238+212=471 (62% of max value = 765). Red value is 21 (8.59% from 255 or 4.46% from 471); Green value is 238 (93.36% from 255 or 50.53% from 471); Blue value is 212 (83.20% from 255 or 45.01% from 471); Max value from RGB is 238 - color contains mainly: green. Hex color #15EED4 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #15EED4 is #EA112B. Grayscale: #AAAAAA. Windows color (decimal): -15339820 or 13954581. OLE color: 13954581.

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

Color convert

RGB 21 238 212 -
CMYK 0.91 0 0.11 0.07
HSL 172.81º 0.86% 0.51% -
HSV(B) 172.81º 0.91% 0.93% -
XYZ 42.77 66.06 72.78 -
YUV 170.15 151.61 21.61 -
System Red Green Blue C M Y K H S L
Decimal 21 238 212 0.91 0 0.11 0.07 172.81 0.86 0.51
Hex 15 EE D4 5B 0 B 7 AD 56 33
Octal 25 356 324 133 0 13 7 255 126 63
Binary 10101 11101110 11010100 1011011 0 1011 111 10101101 1010110 110011

Color Harmonies of #15EED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15EED4

Black with #15EED4

Text Example


Text Example

White with #15EED4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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