Html Css Color HEX #18EFCD Bright Turquoise

📋 copy color: '#18EFCD'

red 24 ◦ green 239 ◦ blue 205

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

Shades of Bright Turquoise #18EFCD

Tints of Bright Turquoise #18EFCD

RGB

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

 GREEN value IS 239 (93.75% from 255) = 51.07%

 BLUE value IS 205 (80.47% from 255) = 43.8%

R = 5.13%
G = 51.07%
B = 43.8%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#18EFCD (or 0x18EFCD) is known color: Bright Turquoise. HEX triplet: 18, EF and CD. RGB value is (24,239,205). Sum of RGB (Red+Green+Blue) = 24+239+205=468 (61% of max value = 765). Red value is 24 (9.77% from 255 or 5.13% from 468); Green value is 239 (93.75% from 255 or 51.07% from 468); Blue value is 205 (80.47% from 255 or 43.80% from 468); Max value from RGB is 239 - color contains mainly: green. Hex color #18EFCD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #18EFCD is #E71032. Grayscale: #AAAAAA. Windows color (decimal): -15142963 or 13496088. OLE color: 13496088.

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

Color convert

RGB 24 239 205 -
CMYK 0.90 0 0.14 0.06
HSL 170.51º 0.87% 0.52% -
HSV(B) 170.51º 0.9% 0.94% -
XYZ 42.26 66.33 68.33 -
YUV 170.84 147.27 23.26 -
System Red Green Blue C M Y K H S L
Decimal 24 239 205 0.90 0 0.14 0.06 170.51 0.87 0.52
Hex 18 EF CD 5A 0 E 6 AB 57 34
Octal 30 357 315 132 0 16 6 253 127 64
Binary 11000 11101111 11001101 1011010 0 1110 110 10101011 1010111 110100

Color Harmonies of #18EFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18EFCD

Black with #18EFCD

Text Example


Text Example

White with #18EFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,239,205); }

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

background-color css

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

 a { background-color: rgb(24,239,205); }

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

border-color css

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

 span { border-color: rgb(24,239,205); }

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