Html Css Color HEX #18D9F6 Bright Turquoise

📋 copy color: '#18D9F6'

red 24 ◦ green 217 ◦ blue 246

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

Shades of Bright Turquoise #18D9F6

Tints of Bright Turquoise #18D9F6

RGB

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

 GREEN value IS 217 (85.16% from 255) = 44.56%

 BLUE value IS 246 (96.48% from 255) = 50.51%

R = 4.93%
G = 44.56%
B = 50.51%

CMYK

 C value IS 0.90

 M value IS 0.12

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#18D9F6 (or 0x18D9F6) is known color: Bright Turquoise. HEX triplet: 18, D9 and F6. RGB value is (24,217,246). Sum of RGB (Red+Green+Blue) = 24+217+246=487 (64% of max value = 765). Red value is 24 (9.77% from 255 or 4.93% from 487); Green value is 217 (85.16% from 255 or 44.56% from 487); Blue value is 246 (96.48% from 255 or 50.51% from 487); Max value from RGB is 246 - color contains mainly: blue. Hex color #18D9F6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18D9F6 is #E72609. Grayscale: #A2A2A2. Windows color (decimal): -15148554 or 16177432. OLE color: 16177432.

HSL color Cylindrical-coordinate representation of color #18D9F6: hue angle of 187.84º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18D9F6 is Cyan = 0.90, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 24 217 246 -
CMYK 0.90 0.12 0 0.04
HSL 187.84º 0.93% 0.53% -
HSV(B) 187.84º 0.9% 0.96% -
XYZ 41.82 56.47 95.88 -
YUV 162.6 175.06 29.14 -
System Red Green Blue C M Y K H S L
Decimal 24 217 246 0.90 0.12 0 0.04 187.84 0.93 0.53
Hex 18 D9 F6 5A C 0 4 BC 5C 35
Octal 30 331 366 132 14 0 4 274 134 65
Binary 11000 11011001 11110110 1011010 1100 0 100 10111100 1011100 110101

Color Harmonies of #18D9F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18D9F6

Black with #18D9F6

Text Example


Text Example

White with #18D9F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,217,246); }

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

background-color css

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

 a { background-color: rgb(24,217,246); }

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

border-color css

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

 span { border-color: rgb(24,217,246); }

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