Html Css Color HEX #18F9ED Bright Turquoise

📋 copy color: '#18F9ED'

red 24 ◦ green 249 ◦ blue 237

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

Shades of Bright Turquoise #18F9ED

Tints of Bright Turquoise #18F9ED

RGB

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

 GREEN value IS 249 (97.66% from 255) = 48.82%

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

R = 4.71%
G = 48.82%
B = 46.47%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#18F9ED (or 0x18F9ED) is known color: Bright Turquoise. HEX triplet: 18, F9 and ED. RGB value is (24,249,237). Sum of RGB (Red+Green+Blue) = 24+249+237=510 (67% of max value = 765). Red value is 24 (9.77% from 255 or 4.71% from 510); Green value is 249 (97.66% from 255 or 48.82% from 510); Blue value is 237 (92.97% from 255 or 46.47% from 510); Max value from RGB is 249 - color contains mainly: green. Hex color #18F9ED is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #18F9ED is #E70612. Grayscale: #B4B4B4. Windows color (decimal): -15140371 or 15595800. OLE color: 15595800.

HSL color Cylindrical-coordinate representation of color #18F9ED: hue angle of 176.8º degrees, saturation: 0.95, 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 #18F9ED is Cyan = 0.90, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB 24 249 237 -
CMYK 0.90 0 0.05 0.02
HSL 176.8º 0.95% 0.54% -
HSV(B) 176.8º 0.9% 0.98% -
XYZ 49.54 74.06 91.8 -
YUV 180.36 159.96 16.48 -
System Red Green Blue C M Y K H S L
Decimal 24 249 237 0.90 0 0.05 0.02 176.8 0.95 0.54
Hex 18 F9 ED 5A 0 5 2 B1 5F 36
Octal 30 371 355 132 0 5 2 261 137 66
Binary 11000 11111001 11101101 1011010 0 101 10 10110001 1011111 110110

Color Harmonies of #18F9ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18F9ED

Black with #18F9ED

Text Example


Text Example

White with #18F9ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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