Html Css Color HEX #18EADD Bright Turquoise

📋 copy color: '#18EADD'

red 24 ◦ green 234 ◦ blue 221

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

Shades of Bright Turquoise #18EADD

Tints of Bright Turquoise #18EADD

RGB

 RED value IS 24 (9.77% from 255) = 5.01%

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

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

R = 5.01%
G = 48.85%
B = 46.14%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#18EADD (or 0x18EADD) is known color: Bright Turquoise. HEX triplet: 18, EA and DD. RGB value is (24,234,221). Sum of RGB (Red+Green+Blue) = 24+234+221=479 (63% of max value = 765). Red value is 24 (9.77% from 255 or 5.01% from 479); Green value is 234 (91.80% from 255 or 48.85% from 479); Blue value is 221 (86.72% from 255 or 46.14% from 479); Max value from RGB is 234 - color contains mainly: green. Hex color #18EADD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #18EADD is #E71522. Grayscale: #A9A9A9. Windows color (decimal): -15144227 or 14543384. OLE color: 14543384.

HSL color Cylindrical-coordinate representation of color #18EADD: hue angle of 176.29º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18EADD is Cyan = 0.90, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB 24 234 221 -
CMYK 0.90 0 0.06 0.08
HSL 176.29º 0.83% 0.51% -
HSV(B) 176.29º 0.9% 0.92% -
XYZ 42.85 64.26 78.55 -
YUV 169.73 156.93 24.06 -
System Red Green Blue C M Y K H S L
Decimal 24 234 221 0.90 0 0.06 0.08 176.29 0.83 0.51
Hex 18 EA DD 5A 0 6 8 B0 53 33
Octal 30 352 335 132 0 6 10 260 123 63
Binary 11000 11101010 11011101 1011010 0 110 1000 10110000 1010011 110011

Color Harmonies of #18EADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18EADD

Black with #18EADD

Text Example


Text Example

White with #18EADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18EADD; }

 p { color: rgb(24,234,221); }

 H1.HeaderClassName
 {
   color: #18EADD;
 }
 .AnyTagClassName
 {
   color: #18EADD;
 }
</style>

background-color css

<style>
 a { background-color: #18EADD; }

 a { background-color: rgb(24,234,221); }

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

border-color css

<style>
 span { border-color: #18EADD; }

 span { border-color: rgb(24,234,221); }

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