Html Css Color HEX #18FAE4 Bright Turquoise

📋 copy color: '#18FAE4'

red 24 ◦ green 250 ◦ blue 228

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

Shades of Bright Turquoise #18FAE4

Tints of Bright Turquoise #18FAE4

RGB

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

 GREEN value IS 250 (98.05% from 255) = 49.8%

 BLUE value IS 228 (89.45% from 255) = 45.42%

R = 4.78%
G = 49.8%
B = 45.42%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.09

 K value IS 0.02

RGB Variations

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

Color information

#18FAE4 (or 0x18FAE4) is known color: Bright Turquoise. HEX triplet: 18, FA and E4. RGB value is (24,250,228). Sum of RGB (Red+Green+Blue) = 24+250+228=502 (66% of max value = 765). Red value is 24 (9.77% from 255 or 4.78% from 502); Green value is 250 (98.05% from 255 or 49.80% from 502); Blue value is 228 (89.45% from 255 or 45.42% from 502); Max value from RGB is 250 - color contains mainly: green. Hex color #18FAE4 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #18FAE4 is #E7051B. Grayscale: #B3B3B3. Windows color (decimal): -15140124 or 15006232. OLE color: 15006232.

HSL color Cylindrical-coordinate representation of color #18FAE4: hue angle of 174.16º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18FAE4 is Cyan = 0.90, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.

Color convert

RGB 24 250 228 -
CMYK 0.90 0 0.09 0.02
HSL 174.16º 0.96% 0.54% -
HSV(B) 174.16º 0.9% 0.98% -
XYZ 48.57 74.17 85.15 -
YUV 179.92 155.13 16.79 -
System Red Green Blue C M Y K H S L
Decimal 24 250 228 0.90 0 0.09 0.02 174.16 0.96 0.54
Hex 18 FA E4 5A 0 9 2 AE 60 36
Octal 30 372 344 132 0 11 2 256 140 66
Binary 11000 11111010 11100100 1011010 0 1001 10 10101110 1100000 110110

Color Harmonies of #18FAE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18FAE4

Black with #18FAE4

Text Example


Text Example

White with #18FAE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,250,228); }

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

background-color css

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

 a { background-color: rgb(24,250,228); }

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

border-color css

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

 span { border-color: rgb(24,250,228); }

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