Html Css Color HEX #15EADA Bright Turquoise

📋 copy color: '#15EADA'

red 21 ◦ green 234 ◦ blue 218

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

Shades of Bright Turquoise #15EADA

Tints of Bright Turquoise #15EADA

RGB

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

 GREEN value IS 234 (91.8% from 255) = 49.47%

 BLUE value IS 218 (85.55% from 255) = 46.09%

R = 4.44%
G = 49.47%
B = 46.09%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#15EADA (or 0x15EADA) is known color: Bright Turquoise. HEX triplet: 15, EA and DA. RGB value is (21,234,218). Sum of RGB (Red+Green+Blue) = 21+234+218=473 (62% of max value = 765). Red value is 21 (8.59% from 255 or 4.44% from 473); Green value is 234 (91.80% from 255 or 49.47% from 473); Blue value is 218 (85.55% from 255 or 46.09% from 473); Max value from RGB is 234 - color contains mainly: green. Hex color #15EADA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #15EADA is #EA1525. Grayscale: #A8A8A8. Windows color (decimal): -15340838 or 14346773. OLE color: 14346773.

HSL color Cylindrical-coordinate representation of color #15EADA: hue angle of 175.49º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15EADA is Cyan = 0.91, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB 21 234 218 -
CMYK 0.91 0 0.07 0.08
HSL 175.49º 0.84% 0.5% -
HSV(B) 175.49º 0.91% 0.92% -
XYZ 42.39 64.07 76.46 -
YUV 168.49 155.93 22.8 -
System Red Green Blue C M Y K H S L
Decimal 21 234 218 0.91 0 0.07 0.08 175.49 0.84 0.5
Hex 15 EA DA 5B 0 7 8 AF 54 32
Octal 25 352 332 133 0 7 10 257 124 62
Binary 10101 11101010 11011010 1011011 0 111 1000 10101111 1010100 110010

Color Harmonies of #15EADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15EADA

Black with #15EADA

Text Example


Text Example

White with #15EADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,234,218); }

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

background-color css

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

 a { background-color: rgb(21,234,218); }

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

border-color css

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

 span { border-color: rgb(21,234,218); }

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