Html Css Color HEX #18DAEA Bright Turquoise

📋 copy color: '#18DAEA'

red 24 ◦ green 218 ◦ blue 234

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

Shades of Bright Turquoise #18DAEA

Tints of Bright Turquoise #18DAEA

RGB

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

 GREEN value IS 218 (85.55% from 255) = 45.8%

 BLUE value IS 234 (91.8% from 255) = 49.16%

R = 5.04%
G = 45.8%
B = 49.16%

CMYK

 C value IS 0.90

 M value IS 0.07

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#18DAEA (or 0x18DAEA) is known color: Bright Turquoise. HEX triplet: 18, DA and EA. RGB value is (24,218,234). Sum of RGB (Red+Green+Blue) = 24+218+234=476 (63% of max value = 765). Red value is 24 (9.77% from 255 or 5.04% from 476); Green value is 218 (85.55% from 255 or 45.80% from 476); Blue value is 234 (91.80% from 255 or 49.16% from 476); Max value from RGB is 234 - color contains mainly: blue. Hex color #18DAEA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18DAEA is #E72515. Grayscale: #A1A1A1. Windows color (decimal): -15148310 or 15391256. OLE color: 15391256.

HSL color Cylindrical-coordinate representation of color #18DAEA: hue angle of 184.57º 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 #18DAEA is Cyan = 0.90, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 24 218 234 -
CMYK 0.90 0.07 0 0.08
HSL 184.57º 0.83% 0.51% -
HSV(B) 184.57º 0.9% 0.92% -
XYZ 40.3 56.28 86.58 -
YUV 161.82 168.73 29.7 -
System Red Green Blue C M Y K H S L
Decimal 24 218 234 0.90 0.07 0 0.08 184.57 0.83 0.51
Hex 18 DA EA 5A 7 0 8 B9 53 33
Octal 30 332 352 132 7 0 10 271 123 63
Binary 11000 11011010 11101010 1011010 111 0 1000 10111001 1010011 110011

Color Harmonies of #18DAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18DAEA

Black with #18DAEA

Text Example


Text Example

White with #18DAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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