Html Css Color HEX #18EAED Bright Turquoise

📋 copy color: '#18EAED'

red 24 ◦ green 234 ◦ blue 237

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

Shades of Bright Turquoise #18EAED

Tints of Bright Turquoise #18EAED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 47.88%

R = 4.85%
G = 47.27%
B = 47.88%

CMYK

 C value IS 0.90

 M value IS 0.01

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#18EAED (or 0x18EAED) is known color: Bright Turquoise. HEX triplet: 18, EA and ED. RGB value is (24,234,237). Sum of RGB (Red+Green+Blue) = 24+234+237=495 (65% of max value = 765). Red value is 24 (9.77% from 255 or 4.85% from 495); Green value is 234 (91.80% from 255 or 47.27% from 495); Blue value is 237 (92.97% from 255 or 47.88% from 495); Max value from RGB is 237 - color contains mainly: blue. Hex color #18EAED is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #18EAED is #E71512. Grayscale: #ABABAB. Windows color (decimal): -15144211 or 15591960. OLE color: 15591960.

HSL color Cylindrical-coordinate representation of color #18EAED: hue angle of 180.85º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18EAED is Cyan = 0.90, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 24 234 237 -
CMYK 0.90 0.01 0 0.07
HSL 180.85º 0.86% 0.51% -
HSV(B) 180.85º 0.9% 0.93% -
XYZ 45.09 65.15 90.32 -
YUV 171.55 164.93 22.76 -
System Red Green Blue C M Y K H S L
Decimal 24 234 237 0.90 0.01 0 0.07 180.85 0.86 0.51
Hex 18 EA ED 5A 1 0 7 B5 56 33
Octal 30 352 355 132 1 0 7 265 126 63
Binary 11000 11101010 11101101 1011010 1 0 111 10110101 1010110 110011

Color Harmonies of #18EAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18EAED

Black with #18EAED

Text Example


Text Example

White with #18EAED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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