Html Css Color HEX #18F8E0 Bright Turquoise

📋 copy color: '#18F8E0'

red 24 ◦ green 248 ◦ blue 224

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

Shades of Bright Turquoise #18F8E0

Tints of Bright Turquoise #18F8E0

RGB

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

 GREEN value IS 248 (97.27% from 255) = 50%

 BLUE value IS 224 (87.89% from 255) = 45.16%

R = 4.84%
G = 50%
B = 45.16%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.10

 K value IS 0.03

RGB Variations

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

Color information

#18F8E0 (or 0x18F8E0) is known color: Bright Turquoise. HEX triplet: 18, F8 and E0. RGB value is (24,248,224). Sum of RGB (Red+Green+Blue) = 24+248+224=496 (65% of max value = 765). Red value is 24 (9.77% from 255 or 4.84% from 496); Green value is 248 (97.27% from 255 or 50% from 496); Blue value is 224 (87.89% from 255 or 45.16% from 496); Max value from RGB is 248 - color contains mainly: green. Hex color #18F8E0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #18F8E0 is #E7071F. Grayscale: #B2B2B2. Windows color (decimal): -15140640 or 14743576. OLE color: 14743576.

HSL color Cylindrical-coordinate representation of color #18F8E0: hue angle of 173.57º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18F8E0 is Cyan = 0.90, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.

Color convert

RGB 24 248 224 -
CMYK 0.90 0 0.10 0.03
HSL 173.57º 0.94% 0.53% -
HSV(B) 173.57º 0.9% 0.97% -
XYZ 47.4 72.71 82.06 -
YUV 178.29 153.79 17.95 -
System Red Green Blue C M Y K H S L
Decimal 24 248 224 0.90 0 0.10 0.03 173.57 0.94 0.53
Hex 18 F8 E0 5A 0 A 3 AE 5E 35
Octal 30 370 340 132 0 12 3 256 136 65
Binary 11000 11111000 11100000 1011010 0 1010 11 10101110 1011110 110101

Color Harmonies of #18F8E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18F8E0

Black with #18F8E0

Text Example


Text Example

White with #18F8E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,248,224); }

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

background-color css

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

 a { background-color: rgb(24,248,224); }

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

border-color css

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

 span { border-color: rgb(24,248,224); }

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