#18CFE5

Color #18CFE5 Dark Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Turquoise #18CFE5

Tints of Dark Turquoise #18CFE5

Color information

#18CFE5 (or 0x18CFE5) is unknown color: approx Dark Turquoise. HEX triplet: 18, CF and E5. RGB value is (24,207,229). Sum of RGB (Red+Green+Blue) = 24+207+229=460 (60% of max value = 765). Red value is 24 (9.77% from 255 or 5.22% from 460); Green value is 207 (81.25% from 255 or 45% from 460); Blue value is 229 (89.84% from 255 or 49.78% from 460); Max value from RGB is 229 - color contains mainly: blue. Hex color #18CFE5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18CFE5 is #E7301A. Grayscale: #9A9A9A. Windows color (decimal): -15151131 or 15060760. OLE color: 15060760.

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

Color convert

RGB24207229-
CMYK0.900.1000.10
HSL186.44º81.03%49.61%-
HSV(B)186.44º89.52%89.8%-
XYZ36.8350.4881.93-
YUV154.79169.8734.71-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 5.22%
GREEN value IS 207 (81.25% from 255) = 45%
BLUE value IS 229 (89.84% from 255) = 49.78%
R=5.22%
G=45%
B=49.78%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal242072290.900.1000.10186.4481.0349.61
Hex18CFE55AA0Aba5132
Octal303173451321201227212162
Binary1100011001111111001011011010101001010101110101010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18CFE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,207,229); }

 H1.HeaderClassName
 {
   color: #18CFE5;
 }
 .AnyTagClassName
 {
   color: #18CFE5;
 }
</style>
background-color css

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

 a { background-color: rgb(24,207,229); }

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

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

 span { border-color: rgb(24,207,229); }

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