Html Css Color HEX #18DEDF Bright Turquoise

📋 copy color: '#18DEDF'

red 24 ◦ green 222 ◦ blue 223

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

Shades of Bright Turquoise #18DEDF

Tints of Bright Turquoise #18DEDF

RGB

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

 GREEN value IS 222 (87.11% from 255) = 47.33%

 BLUE value IS 223 (87.5% from 255) = 47.55%

R = 5.12%
G = 47.33%
B = 47.55%

CMYK

 C value IS 0.89

 M value IS 0.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#18DEDF (or 0x18DEDF) is known color: Bright Turquoise. HEX triplet: 18, DE and DF. RGB value is (24,222,223). Sum of RGB (Red+Green+Blue) = 24+222+223=469 (62% of max value = 765). Red value is 24 (9.77% from 255 or 5.12% from 469); Green value is 222 (87.11% from 255 or 47.33% from 469); Blue value is 223 (87.5% from 255 or 47.55% from 469); Max value from RGB is 223 - color contains mainly: blue. Hex color #18DEDF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18DEDF is #E72120. Grayscale: #A2A2A2. Windows color (decimal): -15147297 or 14671384. OLE color: 14671384.

HSL color Cylindrical-coordinate representation of color #18DEDF: hue angle of 180.3º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18DEDF is Cyan = 0.89, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 24 222 223 -
CMYK 0.89 0.00 0 0.13
HSL 180.3º 0.81% 0.48% -
HSV(B) 180.3º 0.89% 0.87% -
XYZ 39.82 57.76 78.86 -
YUV 162.91 161.9 28.92 -
System Red Green Blue C M Y K H S L
Decimal 24 222 223 0.89 0.00 0 0.13 180.3 0.81 0.48
Hex 18 DE DF 59 0 0 D B4 51 30
Octal 30 336 337 131 0 0 15 264 121 60
Binary 11000 11011110 11011111 1011001 0 0 1101 10110100 1010001 110000

Color Harmonies of #18DEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18DEDF

Black with #18DEDF

Text Example


Text Example

White with #18DEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,222,223); }

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

background-color css

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

 a { background-color: rgb(24,222,223); }

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

border-color css

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

 span { border-color: rgb(24,222,223); }

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