Html Css Color HEX #18F9DF Bright Turquoise

📋 copy color: '#18F9DF'

red 24 ◦ green 249 ◦ blue 223

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

Shades of Bright Turquoise #18F9DF

Tints of Bright Turquoise #18F9DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.96%

R = 4.84%
G = 50.2%
B = 44.96%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#18F9DF (or 0x18F9DF) is known color: Bright Turquoise. HEX triplet: 18, F9 and DF. RGB value is (24,249,223). Sum of RGB (Red+Green+Blue) = 24+249+223=496 (65% of max value = 765). Red value is 24 (9.77% from 255 or 4.84% from 496); Green value is 249 (97.66% from 255 or 50.20% from 496); Blue value is 223 (87.5% from 255 or 44.96% from 496); Max value from RGB is 249 - color contains mainly: green. Hex color #18F9DF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #18F9DF is #E70620. Grayscale: #B2B2B2. Windows color (decimal): -15140385 or 14678296. OLE color: 14678296.

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

Color convert

RGB 24 249 223 -
CMYK 0.90 0 0.10 0.02
HSL 173.07º 0.95% 0.54% -
HSV(B) 173.07º 0.9% 0.98% -
XYZ 47.57 73.27 81.45 -
YUV 178.76 152.96 17.61 -
System Red Green Blue C M Y K H S L
Decimal 24 249 223 0.90 0 0.10 0.02 173.07 0.95 0.54
Hex 18 F9 DF 5A 0 A 2 AD 5F 36
Octal 30 371 337 132 0 12 2 255 137 66
Binary 11000 11111001 11011111 1011010 0 1010 10 10101101 1011111 110110

Color Harmonies of #18F9DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18F9DF

Black with #18F9DF

Text Example


Text Example

White with #18F9DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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