Html Css Color HEX #18E7DF Bright Turquoise

📋 copy color: '#18E7DF'

red 24 ◦ green 231 ◦ blue 223

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

Shades of Bright Turquoise #18E7DF

Tints of Bright Turquoise #18E7DF

RGB

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

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

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

R = 5.02%
G = 48.33%
B = 46.65%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.03

 K value IS 0.09

RGB Variations

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

Color information

#18E7DF (or 0x18E7DF) is known color: Bright Turquoise. HEX triplet: 18, E7 and DF. RGB value is (24,231,223). Sum of RGB (Red+Green+Blue) = 24+231+223=478 (63% of max value = 765). Red value is 24 (9.77% from 255 or 5.02% from 478); Green value is 231 (90.62% from 255 or 48.33% from 478); Blue value is 223 (87.5% from 255 or 46.65% from 478); Max value from RGB is 231 - color contains mainly: green. Hex color #18E7DF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #18E7DF is #E71820. Grayscale: #A8A8A8. Windows color (decimal): -15144993 or 14673688. OLE color: 14673688.

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

Color convert

RGB 24 231 223 -
CMYK 0.90 0 0.03 0.09
HSL 177.68º 0.81% 0.5% -
HSV(B) 177.68º 0.9% 0.91% -
XYZ 42.27 62.67 79.68 -
YUV 168.2 158.92 25.15 -
System Red Green Blue C M Y K H S L
Decimal 24 231 223 0.90 0 0.03 0.09 177.68 0.81 0.5
Hex 18 E7 DF 5A 0 3 9 B2 51 32
Octal 30 347 337 132 0 3 11 262 121 62
Binary 11000 11100111 11011111 1011010 0 11 1001 10110010 1010001 110010

Color Harmonies of #18E7DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18E7DF

Black with #18E7DF

Text Example


Text Example

White with #18E7DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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