Html Css Color HEX #18DFE7 Bright Turquoise

📋 copy color: '#18DFE7'

red 24 ◦ green 223 ◦ blue 231

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

Shades of Bright Turquoise #18DFE7

Tints of Bright Turquoise #18DFE7

RGB

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

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

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

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

CMYK

 C value IS 0.90

 M value IS 0.03

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#18DFE7 (or 0x18DFE7) is known color: Bright Turquoise. HEX triplet: 18, DF and E7. RGB value is (24,223,231). Sum of RGB (Red+Green+Blue) = 24+223+231=478 (63% of max value = 765). Red value is 24 (9.77% from 255 or 5.02% from 478); Green value is 223 (87.5% from 255 or 46.65% from 478); Blue value is 231 (90.62% from 255 or 48.33% from 478); Max value from RGB is 231 - color contains mainly: blue. Hex color #18DFE7 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18DFE7 is #E72018. Grayscale: #A4A4A4. Windows color (decimal): -15147033 or 15195928. OLE color: 15195928.

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

Color convert

RGB 24 223 231 -
CMYK 0.90 0.03 0 0.09
HSL 182.32º 0.81% 0.5% -
HSV(B) 182.32º 0.9% 0.91% -
XYZ 41.19 58.74 84.77 -
YUV 164.41 165.57 27.85 -
System Red Green Blue C M Y K H S L
Decimal 24 223 231 0.90 0.03 0 0.09 182.32 0.81 0.5
Hex 18 DF E7 5A 3 0 9 B6 51 32
Octal 30 337 347 132 3 0 11 266 121 62
Binary 11000 11011111 11100111 1011010 11 0 1001 10110110 1010001 110010

Color Harmonies of #18DFE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18DFE7

Black with #18DFE7

Text Example


Text Example

White with #18DFE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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