Html Css Color HEX #18E7DA Bright Turquoise

📋 copy color: '#18E7DA'

red 24 ◦ green 231 ◦ blue 218

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

Shades of Bright Turquoise #18E7DA

Tints of Bright Turquoise #18E7DA

RGB

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

 GREEN value IS 231 (90.63% from 255) = 48.84%

 BLUE value IS 218 (85.55% from 255) = 46.09%

R = 5.07%
G = 48.84%
B = 46.09%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#18E7DA (or 0x18E7DA) is known color: Bright Turquoise. HEX triplet: 18, E7 and DA. RGB value is (24,231,218). Sum of RGB (Red+Green+Blue) = 24+231+218=473 (62% of max value = 765). Red value is 24 (9.77% from 255 or 5.07% from 473); Green value is 231 (90.62% from 255 or 48.84% from 473); Blue value is 218 (85.55% from 255 or 46.09% from 473); Max value from RGB is 231 - color contains mainly: green. Hex color #18E7DA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #18E7DA is #E71825. Grayscale: #A7A7A7. Windows color (decimal): -15144998 or 14346008. OLE color: 14346008.

HSL color Cylindrical-coordinate representation of color #18E7DA: hue angle of 176.23º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18E7DA is Cyan = 0.90, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB 24 231 218 -
CMYK 0.90 0 0.06 0.09
HSL 176.23º 0.81% 0.5% -
HSV(B) 176.23º 0.9% 0.91% -
XYZ 41.61 62.41 76.18 -
YUV 167.63 156.42 25.56 -
System Red Green Blue C M Y K H S L
Decimal 24 231 218 0.90 0 0.06 0.09 176.23 0.81 0.5
Hex 18 E7 DA 5A 0 6 9 B0 51 32
Octal 30 347 332 132 0 6 11 260 121 62
Binary 11000 11100111 11011010 1011010 0 110 1001 10110000 1010001 110010

Color Harmonies of #18E7DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18E7DA

Black with #18E7DA

Text Example


Text Example

White with #18E7DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,231,218); }

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

background-color css

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

 a { background-color: rgb(24,231,218); }

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

border-color css

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

 span { border-color: rgb(24,231,218); }

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