Html Css Color HEX #18FAD0 Bright Turquoise

📋 copy color: '#18FAD0'

red 24 ◦ green 250 ◦ blue 208

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

Shades of Bright Turquoise #18FAD0

Tints of Bright Turquoise #18FAD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 43.15%

R = 4.98%
G = 51.87%
B = 43.15%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#18FAD0 (or 0x18FAD0) is known color: Bright Turquoise. HEX triplet: 18, FA and D0. RGB value is (24,250,208). Sum of RGB (Red+Green+Blue) = 24+250+208=482 (63% of max value = 765). Red value is 24 (9.77% from 255 or 4.98% from 482); Green value is 250 (98.05% from 255 or 51.87% from 482); Blue value is 208 (81.64% from 255 or 43.15% from 482); Max value from RGB is 250 - color contains mainly: green. Hex color #18FAD0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #18FAD0 is #E7052F. Grayscale: #B1B1B1. Windows color (decimal): -15140144 or 13695512. OLE color: 13695512.

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

Color convert

RGB 24 250 208 -
CMYK 0.90 0 0.17 0.02
HSL 168.85º 0.96% 0.54% -
HSV(B) 168.85º 0.9% 0.98% -
XYZ 45.95 73.12 71.37 -
YUV 177.64 145.13 18.42 -
System Red Green Blue C M Y K H S L
Decimal 24 250 208 0.90 0 0.17 0.02 168.85 0.96 0.54
Hex 18 FA D0 5A 0 11 2 A9 60 36
Octal 30 372 320 132 0 21 2 251 140 66
Binary 11000 11111010 11010000 1011010 0 10001 10 10101001 1100000 110110

Color Harmonies of #18FAD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18FAD0

Black with #18FAD0

Text Example


Text Example

White with #18FAD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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