#18CFEA

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

Shades of Bright Turquoise #18CFEA

Tints of Bright Turquoise #18CFEA

Color information

#18CFEA (or 0x18CFEA) is unknown color: approx Bright Turquoise. HEX triplet: 18, CF and EA. RGB value is (24,207,234). Sum of RGB (Red+Green+Blue) = 24+207+234=465 (61% of max value = 765). Red value is 24 (9.77% from 255 or 5.16% from 465); Green value is 207 (81.25% from 255 or 44.52% from 465); Blue value is 234 (91.80% from 255 or 50.32% from 465); Max value from RGB is 234 - color contains mainly: blue. Hex color #18CFEA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18CFEA is #E73015. Grayscale: #9B9B9B. Windows color (decimal): -15151126 or 15388440. OLE color: 15388440.

HSL color Cylindrical-coordinate representation of color #18CFEA: hue angle of 187.71º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18CFEA is Cyan = 0.90, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB24207234-
CMYK0.900.1200.08
HSL187.71º83.33%50.59%-
HSV(B)187.71º89.74%91.76%-
XYZ37.5450.7685.66-
YUV155.36172.3734.3-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 5.16%
GREEN value IS 207 (81.25% from 255) = 44.52%
BLUE value IS 234 (91.80% from 255) = 50.32%
R=5.16%
G=44.52%
B=50.32%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal242072340.900.1200.08187.7183.3350.59
Hex18CFEA5AC08bc5333
Octal303173521321401027412363
Binary1100011001111111010101011010110001000101111001010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18CFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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