Html Css Color HEX #18F8DF Bright Turquoise

📋 copy color: '#18F8DF'

red 24 ◦ green 248 ◦ blue 223

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

Shades of Bright Turquoise #18F8DF

Tints of Bright Turquoise #18F8DF

RGB

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

 GREEN value IS 248 (97.27% from 255) = 50.1%

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

R = 4.85%
G = 50.1%
B = 45.05%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.10

 K value IS 0.03

RGB Variations

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

Color information

#18F8DF (or 0x18F8DF) is known color: Bright Turquoise. HEX triplet: 18, F8 and DF. RGB value is (24,248,223). Sum of RGB (Red+Green+Blue) = 24+248+223=495 (65% of max value = 765). Red value is 24 (9.77% from 255 or 4.85% from 495); Green value is 248 (97.27% from 255 or 50.10% from 495); Blue value is 223 (87.5% from 255 or 45.05% from 495); Max value from RGB is 248 - color contains mainly: green. Hex color #18F8DF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #18F8DF is #E70720. Grayscale: #B2B2B2. Windows color (decimal): -15140641 or 14678040. OLE color: 14678040.

HSL color Cylindrical-coordinate representation of color #18F8DF: hue angle of 173.3º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18F8DF is Cyan = 0.90, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.

Color convert

RGB 24 248 223 -
CMYK 0.90 0 0.10 0.03
HSL 173.3º 0.94% 0.53% -
HSV(B) 173.3º 0.9% 0.97% -
XYZ 47.26 72.66 81.35 -
YUV 178.17 153.29 18.03 -
System Red Green Blue C M Y K H S L
Decimal 24 248 223 0.90 0 0.10 0.03 173.3 0.94 0.53
Hex 18 F8 DF 5A 0 A 3 AD 5E 35
Octal 30 370 337 132 0 12 3 255 136 65
Binary 11000 11111000 11011111 1011010 0 1010 11 10101101 1011110 110101

Color Harmonies of #18F8DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18F8DF

Black with #18F8DF

Text Example


Text Example

White with #18F8DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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