Html Css Color HEX #18ECF0 Bright Turquoise

📋 copy color: '#18ECF0'

red 24 ◦ green 236 ◦ blue 240

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

Shades of Bright Turquoise #18ECF0

Tints of Bright Turquoise #18ECF0

RGB

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

 GREEN value IS 236 (92.58% from 255) = 47.2%

 BLUE value IS 240 (94.14% from 255) = 48%

R = 4.8%
G = 47.2%
B = 48%

CMYK

 C value IS 0.9

 M value IS 0.02

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#18ECF0 (or 0x18ECF0) is known color: Bright Turquoise. HEX triplet: 18, EC and F0. RGB value is (24,236,240). Sum of RGB (Red+Green+Blue) = 24+236+240=500 (66% of max value = 765). Red value is 24 (9.77% from 255 or 4.8% from 500); Green value is 236 (92.58% from 255 or 47.2% from 500); Blue value is 240 (94.14% from 255 or 48% from 500); Max value from RGB is 240 - color contains mainly: blue. Hex color #18ECF0 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #18ECF0 is #E7130F. Grayscale: #ACACAC. Windows color (decimal): -15143696 or 15789080. OLE color: 15789080.

HSL color Cylindrical-coordinate representation of color #18ECF0: hue angle of 181.11º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18ECF0 is Cyan = 0.9, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 24 236 240 -
CMYK 0.9 0.02 0 0.06
HSL 181.11º 0.88% 0.52% -
HSV(B) 181.11º 0.9% 0.94% -
XYZ 46.1 66.48 92.84 -
YUV 173.07 165.76 21.67 -
System Red Green Blue C M Y K H S L
Decimal 24 236 240 0.9 0.02 0 0.06 181.11 0.88 0.52
Hex 18 EC F0 5A 2 0 6 B5 58 34
Octal 30 354 360 132 2 0 6 265 130 64
Binary 11000 11101100 11110000 1011010 10 0 110 10110101 1011000 110100

Color Harmonies of #18ECF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18ECF0

Black with #18ECF0

Text Example


Text Example

White with #18ECF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,236,240); }

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

background-color css

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

 a { background-color: rgb(24,236,240); }

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

border-color css

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

 span { border-color: rgb(24,236,240); }

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