Html Css Color HEX #18F9DA Bright Turquoise

📋 copy color: '#18F9DA'

red 24 ◦ green 249 ◦ blue 218

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

Shades of Bright Turquoise #18F9DA

Tints of Bright Turquoise #18F9DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.4%

R = 4.89%
G = 50.71%
B = 44.4%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#18F9DA (or 0x18F9DA) is known color: Bright Turquoise. HEX triplet: 18, F9 and DA. RGB value is (24,249,218). Sum of RGB (Red+Green+Blue) = 24+249+218=491 (65% of max value = 765). Red value is 24 (9.77% from 255 or 4.89% from 491); Green value is 249 (97.66% from 255 or 50.71% from 491); Blue value is 218 (85.55% from 255 or 44.40% from 491); Max value from RGB is 249 - color contains mainly: green. Hex color #18F9DA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #18F9DA is #E70625. Grayscale: #B2B2B2. Windows color (decimal): -15140390 or 14350616. OLE color: 14350616.

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

Color convert

RGB 24 249 218 -
CMYK 0.90 0 0.12 0.02
HSL 171.73º 0.95% 0.54% -
HSV(B) 171.73º 0.9% 0.98% -
XYZ 46.91 73.01 77.95 -
YUV 178.19 150.46 18.02 -
System Red Green Blue C M Y K H S L
Decimal 24 249 218 0.90 0 0.12 0.02 171.73 0.95 0.54
Hex 18 F9 DA 5A 0 C 2 AC 5F 36
Octal 30 371 332 132 0 14 2 254 137 66
Binary 11000 11111001 11011010 1011010 0 1100 10 10101100 1011111 110110

Color Harmonies of #18F9DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18F9DA

Black with #18F9DA

Text Example


Text Example

White with #18F9DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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