Html Css Color HEX #18E6F4 Bright Turquoise

📋 copy color: '#18E6F4'

red 24 ◦ green 230 ◦ blue 244

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

Shades of Bright Turquoise #18E6F4

Tints of Bright Turquoise #18E6F4

RGB

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

 GREEN value IS 230 (90.23% from 255) = 46.18%

 BLUE value IS 244 (95.7% from 255) = 49%

R = 4.82%
G = 46.18%
B = 49%

CMYK

 C value IS 0.90

 M value IS 0.06

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#18E6F4 (or 0x18E6F4) is known color: Bright Turquoise. HEX triplet: 18, E6 and F4. RGB value is (24,230,244). Sum of RGB (Red+Green+Blue) = 24+230+244=498 (65% of max value = 765). Red value is 24 (9.77% from 255 or 4.82% from 498); Green value is 230 (90.23% from 255 or 46.18% from 498); Blue value is 244 (95.70% from 255 or 49.00% from 498); Max value from RGB is 244 - color contains mainly: blue. Hex color #18E6F4 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #18E6F4 is #E7190B. Grayscale: #A9A9A9. Windows color (decimal): -15145228 or 16049688. OLE color: 16049688.

HSL color Cylindrical-coordinate representation of color #18E6F4: hue angle of 183.82º degrees, saturation: 0.91, 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 #18E6F4 is Cyan = 0.90, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 24 230 244 -
CMYK 0.90 0.06 0 0.04
HSL 183.82º 0.91% 0.53% -
HSV(B) 183.82º 0.9% 0.96% -
XYZ 45 63.32 95.44 -
YUV 170 169.75 23.86 -
System Red Green Blue C M Y K H S L
Decimal 24 230 244 0.90 0.06 0 0.04 183.82 0.91 0.53
Hex 18 E6 F4 5A 6 0 4 B8 5B 35
Octal 30 346 364 132 6 0 4 270 133 65
Binary 11000 11100110 11110100 1011010 110 0 100 10111000 1011011 110101

Color Harmonies of #18E6F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18E6F4

Black with #18E6F4

Text Example


Text Example

White with #18E6F4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,230,244); }

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

background-color css

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

 a { background-color: rgb(24,230,244); }

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

border-color css

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

 span { border-color: rgb(24,230,244); }

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