Html Css Color HEX #18EFD5 Bright Turquoise

📋 copy color: '#18EFD5'

red 24 ◦ green 239 ◦ blue 213

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

Shades of Bright Turquoise #18EFD5

Tints of Bright Turquoise #18EFD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 44.75%

R = 5.04%
G = 50.21%
B = 44.75%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.11

 K value IS 0.06

RGB Variations

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

Color information

#18EFD5 (or 0x18EFD5) is known color: Bright Turquoise. HEX triplet: 18, EF and D5. RGB value is (24,239,213). Sum of RGB (Red+Green+Blue) = 24+239+213=476 (63% of max value = 765). Red value is 24 (9.77% from 255 or 5.04% from 476); Green value is 239 (93.75% from 255 or 50.21% from 476); Blue value is 213 (83.59% from 255 or 44.75% from 476); Max value from RGB is 239 - color contains mainly: green. Hex color #18EFD5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #18EFD5 is #E7102A. Grayscale: #ABABAB. Windows color (decimal): -15142955 or 14020376. OLE color: 14020376.

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

Color convert

RGB 24 239 213 -
CMYK 0.90 0 0.11 0.06
HSL 172.74º 0.87% 0.52% -
HSV(B) 172.74º 0.9% 0.94% -
XYZ 43.25 66.73 73.55 -
YUV 171.75 151.27 22.61 -
System Red Green Blue C M Y K H S L
Decimal 24 239 213 0.90 0 0.11 0.06 172.74 0.87 0.52
Hex 18 EF D5 5A 0 B 6 AD 57 34
Octal 30 357 325 132 0 13 6 255 127 64
Binary 11000 11101111 11010101 1011010 0 1011 110 10101101 1010111 110100

Color Harmonies of #18EFD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18EFD5

Black with #18EFD5

Text Example


Text Example

White with #18EFD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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