Html Css Color HEX #18F9EE Bright Turquoise

📋 copy color: '#18F9EE'

red 24 ◦ green 249 ◦ blue 238

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

Shades of Bright Turquoise #18F9EE

Tints of Bright Turquoise #18F9EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 46.58%

R = 4.7%
G = 48.73%
B = 46.58%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#18F9EE (or 0x18F9EE) is known color: Bright Turquoise. HEX triplet: 18, F9 and EE. RGB value is (24,249,238). Sum of RGB (Red+Green+Blue) = 24+249+238=511 (67% of max value = 765). Red value is 24 (9.77% from 255 or 4.70% from 511); Green value is 249 (97.66% from 255 or 48.73% from 511); Blue value is 238 (93.36% from 255 or 46.58% from 511); Max value from RGB is 249 - color contains mainly: green. Hex color #18F9EE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #18F9EE is #E70611. Grayscale: #B4B4B4. Windows color (decimal): -15140370 or 15661336. OLE color: 15661336.

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

Color convert

RGB 24 249 238 -
CMYK 0.90 0 0.04 0.02
HSL 177.07º 0.95% 0.54% -
HSV(B) 177.07º 0.9% 0.98% -
XYZ 49.68 74.12 92.58 -
YUV 180.47 160.46 16.39 -
System Red Green Blue C M Y K H S L
Decimal 24 249 238 0.90 0 0.04 0.02 177.07 0.95 0.54
Hex 18 F9 EE 5A 0 4 2 B1 5F 36
Octal 30 371 356 132 0 4 2 261 137 66
Binary 11000 11111001 11101110 1011010 0 100 10 10110001 1011111 110110

Color Harmonies of #18F9EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18F9EE

Black with #18F9EE

Text Example


Text Example

White with #18F9EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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