Html Css Color HEX #18E5D3 Bright Turquoise

📋 copy color: '#18E5D3'

red 24 ◦ green 229 ◦ blue 211

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

Shades of Bright Turquoise #18E5D3

Tints of Bright Turquoise #18E5D3

RGB

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

 GREEN value IS 229 (89.84% from 255) = 49.35%

 BLUE value IS 211 (82.81% from 255) = 45.47%

R = 5.17%
G = 49.35%
B = 45.47%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.08

 K value IS 0.10

RGB Variations

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

Color information

#18E5D3 (or 0x18E5D3) is known color: Bright Turquoise. HEX triplet: 18, E5 and D3. RGB value is (24,229,211). Sum of RGB (Red+Green+Blue) = 24+229+211=464 (61% of max value = 765). Red value is 24 (9.77% from 255 or 5.17% from 464); Green value is 229 (89.84% from 255 or 49.35% from 464); Blue value is 211 (82.81% from 255 or 45.47% from 464); Max value from RGB is 229 - color contains mainly: green. Hex color #18E5D3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18E5D3 is #E71A2C. Grayscale: #A5A5A5. Windows color (decimal): -15145517 or 13886744. OLE color: 13886744.

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

Color convert

RGB 24 229 211 -
CMYK 0.90 0 0.08 0.10
HSL 174.73º 0.81% 0.5% -
HSV(B) 174.73º 0.9% 0.9% -
XYZ 40.15 60.94 71.27 -
YUV 165.65 153.58 26.96 -
System Red Green Blue C M Y K H S L
Decimal 24 229 211 0.90 0 0.08 0.10 174.73 0.81 0.5
Hex 18 E5 D3 5A 0 8 A AF 51 32
Octal 30 345 323 132 0 10 12 257 121 62
Binary 11000 11100101 11010011 1011010 0 1000 1010 10101111 1010001 110010

Color Harmonies of #18E5D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18E5D3

Black with #18E5D3

Text Example


Text Example

White with #18E5D3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,229,211); }

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

background-color css

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

 a { background-color: rgb(24,229,211); }

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

border-color css

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

 span { border-color: rgb(24,229,211); }

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