Html Css Color HEX #18EDD3 Bright Turquoise

📋 copy color: '#18EDD3'

red 24 ◦ green 237 ◦ blue 211

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

Shades of Bright Turquoise #18EDD3

Tints of Bright Turquoise #18EDD3

RGB

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

 GREEN value IS 237 (92.97% from 255) = 50.21%

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

R = 5.08%
G = 50.21%
B = 44.7%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#18EDD3 (or 0x18EDD3) is known color: Bright Turquoise. HEX triplet: 18, ED and D3. RGB value is (24,237,211). Sum of RGB (Red+Green+Blue) = 24+237+211=472 (62% of max value = 765). Red value is 24 (9.77% from 255 or 5.08% from 472); Green value is 237 (92.97% from 255 or 50.21% from 472); Blue value is 211 (82.81% from 255 or 44.70% from 472); Max value from RGB is 237 - color contains mainly: green. Hex color #18EDD3 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #18EDD3 is #E7122C. Grayscale: #AAAAAA. Windows color (decimal): -15143469 or 13888792. OLE color: 13888792.

HSL color Cylindrical-coordinate representation of color #18EDD3: hue angle of 172.68º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18EDD3 is Cyan = 0.90, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB 24 237 211 -
CMYK 0.90 0 0.11 0.07
HSL 172.68º 0.86% 0.51% -
HSV(B) 172.68º 0.9% 0.93% -
XYZ 42.42 65.47 72.03 -
YUV 170.35 150.93 23.61 -
System Red Green Blue C M Y K H S L
Decimal 24 237 211 0.90 0 0.11 0.07 172.68 0.86 0.51
Hex 18 ED D3 5A 0 B 7 AD 56 33
Octal 30 355 323 132 0 13 7 255 126 63
Binary 11000 11101101 11010011 1011010 0 1011 111 10101101 1010110 110011

Color Harmonies of #18EDD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18EDD3

Black with #18EDD3

Text Example


Text Example

White with #18EDD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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